Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/53AI/53AIHub
/ Int64
Method
Int64
api/controller/mcp_input.go:22–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(id MCPHashID) Int64() int64 {
23
decoded, err := hashids.Decode(string(id))
24
if
err != nil {
25
return
0
26
}
27
return
decoded
28
}
29
30
func
(id MCPHashID) String() string {
31
return
string(id)
Callers
9
MCPHashIDsToInt64
Function · 0.45
registerMCPKeyTools
Function · 0.45
registerMCPSpaceTools
Function · 0.45
registerMCPLibraryTools
Function · 0.45
registerMCPFileTools
Function · 0.45
registerMCPBatchUploadTools
Function · 0.45
processUploadTask
Method · 0.45
config.go
File · 0.45
GetEID
Function · 0.45
Calls
1
Decode
Method · 0.80
Tested by
no test coverage detected