Code

store: Added child matchers.
authorSebastian Harl <sh@tokkee.org>
Tue, 14 Oct 2014 21:44:19 +0000 (23:44 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 14 Oct 2014 21:44:19 +0000 (23:44 +0200)
commitf257d14eeca9e263e561f2f597b31bd9b0f4e931
tree9a4b5742be8ec5a21e66f98349ecb3b64dea4134
parentd4a8da24750a0547a6b6af29853f519869bb9a53
store: Added child matchers.

A child matcher matches an object's children of a certain type. It applies
another matcher to all children and matches if any of the children matches.
src/core/store-private.h
src/core/store_lookup.c
src/include/core/store.h