Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ error
Method
error
ui/src/request/Result.ts:14–16 ·
view source on GitHub ↗
(message: string, code: number)
Source
from the content-addressed store, hash-verified
12
return
new
Result(
'请求成功'
, 200, data)
13
}
14
static error(message: string, code: number) {
15
return
new
Result(message, code, null)
16
}
17
}
18
19
export
default Result
Callers
7
perform_db_migrate
Function · 0.45
start_services
Function · 0.45
loadScript
Function · 0.45
copyClick
Function · 0.45
MsgError
Function · 0.45
index.ts
File · 0.45
extractFilename
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected