(assert-profile profile)
Assert that profile
conforms to the xAPI spec, or else throw an
exception.
Assert that `profile` conforms to the xAPI spec, or else throw an exception.
(assert-profile-ids profiles)
Assert that the Profile IDs do not clash, or else throw an exception.
Assert that the Profile IDs do not clash, or else throw an exception.
(assert-profile-pattern-ids profiles)
Assert that the Profiles' Pattern IDs do not clash, or else throw an exception.
Assert that the Profiles' Pattern IDs do not clash, or else throw an exception.
(assert-profile-template-ids profiles)
Assert that the Profiles' Template IDs do not clash, or else throw an exception.
Assert that the Profiles' Template IDs do not clash, or else throw an exception.
(assert-template template)
Assert that template
conforms to the xAPI spec, or else throw an
exception.
Assert that `template` conforms to the xAPI spec, or else throw an exception.
(assert-template-ids templates)
Assert that the Template IDs do not clash, or else throw an exception.
Assert that the Template IDs do not clash, or else throw an exception.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close