MCPcopy Index your code
hub / github.com/dynastic/place / _registerMethodHandler

Method _registerMethodHandler

util/DataModelManager.js:71–74  ·  view source on GitHub ↗
(model, name, isStatic, handler)

Source from the content-addressed store, hash-verified

69 }
70
71 _registerMethodHandler(model, name, isStatic, handler) {
72 if(!this._getList(isStatic)[model]) this._getList(isStatic)[model] = [];
73 this._getList(isStatic)[model][name] = handler;
74 }
75}
76
77const instance = new DataModelManager();

Callers 1

registerModelMethod · 0.95

Calls 1

_getListMethod · 0.95

Tested by

no test coverage detected