Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sshwsfc/xadmin
/ count
Method
count
packages/xadmin/src/api.js:17–19 ·
view source on GitHub ↗
(where = {})
Source
from the content-addressed store, hash-verified
15
}
16
17
count(where = {}) {
18
return
this.fetch().then(ds => ds.length)
19
}
20
21
query(filter = {}, wheres = {}) {
22
return
this.fetch().then(ds => ({
Callers
nothing calls this directly
Calls
1
fetch
Method · 0.95
Tested by
no test coverage detected