diff options
Diffstat (limited to 'sord')
-rw-r--r-- | sord/sord.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sord/sord.h b/sord/sord.h index 9e6110a..f76bc0e 100644 --- a/sord/sord.h +++ b/sord/sord.h @@ -356,6 +356,13 @@ SordIter* sord_find(SordModel* model, const SordQuad pat); /** + Check if @a model contains a triple pattern. +*/ +SORD_API +bool +sord_contains(SordModel* model, const SordQuad pat); + +/** Add a quad to a model. */ SORD_API |