Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
indexAction
Method · 0.45
installAction
Method · 0.45
listAction
Method · 0.45
detailAction
Method · 0.45
pageAction
Method · 0.45
searchAction
Method · 0.45
syncFromDisqus
Method · 0.45
syncFromDuoshuo
Method · 0.45
syncFromChangyan
Method · 0.45
syncFromGitalk
Method · 0.45
getId
Method · 0.45
getAction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected