Modify and add boolean functions
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
(defn model?
|
||||
"Returns true if `entity` is a `model`."
|
||||
[entity]
|
||||
(isa? (type entity) ModelEntity))
|
||||
(isa? (type (u/get-obj entity :object)) ModelInstance))
|
||||
|
||||
; model-builder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user