MCPcopy
hub / github.com/firekylin/firekylin / get

Method get

src/admin/controller/api/page.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 this._modelInstance = this.modelInstance;
8 Object.defineProperty(this, 'modelInstance', {
9 get() {
10 return this._modelInstance.setRelation('user').where({type: 1});
11 }
12 });
13 }
14

Callers 15

indexActionMethod · 0.45
installActionMethod · 0.45
listActionMethod · 0.45
detailActionMethod · 0.45
pageActionMethod · 0.45
searchActionMethod · 0.45
syncFromDisqusMethod · 0.45
syncFromDuoshuoMethod · 0.45
syncFromChangyanMethod · 0.45
syncFromGitalkMethod · 0.45
getIdMethod · 0.45
getActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected