MCPcopy Index your code
hub / github.com/dataease/SQLBot / isObject

Method isObject

frontend/public/swagger-ui-bundle.js:44252–44254  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

44250 isArray(s) {
44251 throw new Ip('Realm.isArray(node) must be implemented in a subclass')
44252 }
44253 isObject(s) {
44254 throw new Ip('Realm.isObject(node) must be implemented in a subclass')
44255 }
44256 sizeOf(s) {
44257 throw new Ip('Realm.sizeOf(node) must be implemented in a subclass')

Callers 8

mergeMappingsFunction · 0.45
pointToAncestorFunction · 0.45
wrapPluginMethod · 0.45
traverseMethod · 0.45
updatePatchesMethod · 0.45
stepMethod · 0.45
es_evaluateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected