MCPcopy Create free account
hub / github.com/dynastic/place / _getList

Method _getList

util/DataModelManager.js:62–64  ·  view source on GitHub ↗
(isStatic)

Source from the content-addressed store, hash-verified

60 }
61
62 _getList(isStatic) {
63 return isStatic ? this.modelStaticMethods : this.modelInstanceMethods;
64 }
65
66 _getMethodHandler(model, name, isStatic) {
67 console.log(`Getting method handler ${model}/${name} (${isStatic ? "static" : "instance"})`)

Callers 2

_getMethodHandlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected