Coverage report: /development/source/library/com/dydra/gitlab/dydra-cgi/ffi/lisp/dydra-ndk/statement.lisp
| Kind | Covered | All | % |
| expression | 0 | 5 | 0.0 |
| branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
(in-package :dydra-ndk)
3
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4
;;; Statement API: Foreign Symbols
6
(defcfun ("dydra_statement_urn" statement-urn-string) :string
7
(subject-id term-id) (predicate-id term-id) (object-id term-id))
9
(defcfunwi ("dydra_statement_intern" statement-id) term-id
10
(subject-id term-id) (predicate-id term-id) (object-id term-id))
12
(defcfun ("dydra_statement_subject_id" statement-subject-id) term-id (statement-id term-id))
14
(defcfun ("dydra_statement_predicate_id" statement-predicate-id) term-id (statement-id term-id))
16
(defcfun ("dydra_statement_object_id" statement-object-id) term-id (statement-id term-id))