MCPcopy 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
22func (id MCPHashID) Int64() int64 {
23 decoded, err := hashids.Decode(string(id))
24 if err != nil {
25 return 0
26 }
27 return decoded
28}
29
30func (id MCPHashID) String() string {
31 return string(id)

Callers 9

MCPHashIDsToInt64Function · 0.45
registerMCPKeyToolsFunction · 0.45
registerMCPSpaceToolsFunction · 0.45
registerMCPLibraryToolsFunction · 0.45
registerMCPFileToolsFunction · 0.45
processUploadTaskMethod · 0.45
config.goFile · 0.45
GetEIDFunction · 0.45

Calls 1

DecodeMethod · 0.80

Tested by

no test coverage detected