Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/all-in-aigc/aicover
/ respData
Function
respData
lib/resp.ts:1–3 ·
view source on GitHub ↗
(data: any)
Source
from the content-addressed store, hash-verified
1
export
function
respData(data: any) {
2
return
respJson(0,
"ok"
, data || []);
3
}
4
5
export
function
respOk() {
6
return
respJson(0,
"ok"
);
Callers
4
POST
Function · 0.90
POST
Function · 0.90
POST
Function · 0.90
POST
Function · 0.90
Calls
1
respJson
Function · 0.85
Tested by
no test coverage detected