Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/YMFE/yapi
/ list
Method
list
server/models/log.js:57–64 ·
view source on GitHub ↗
(typeid, type)
Source
from the content-addressed store, hash-verified
55
}
56
57
list(typeid,
type
) {
58
return
this.model
59
.find({
60
typeid: typeid,
61
type
:
type
62
})
63
.exec();
64
}
65
66
listWithPaging(typeid,
type
, page, limit, selectValue) {
67
page = parseInt(page);
Callers
1
commons.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected