Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sshwsfc/xadmin
/ fetch
Method
fetch
packages/xadmin/src/api.js:13–15 ·
view source on GitHub ↗
(id, options)
Source
from the content-addressed store, hash-verified
11
}
12
13
fetch(id, options) {
14
throw
'App API not implement!!!'
15
}
16
17
count(where = {}) {
18
return
this.fetch().then(ds => ds.length)
Callers
6
count
Method · 0.95
query
Method · 0.95
get
Method · 0.95
delete
Method · 0.95
put
Method · 0.95
post
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected