MCPcopy Create free account
hub / github.com/modelcontextprotocol/go-sdk / Int64ID

Function Int64ID

internal/jsonrpc2/messages.go:85–85  ·  view source on GitHub ↗

Int64ID creates a new integer request identifier.

(i int64)

Source from the content-addressed store, hash-verified

83
84// Int64ID creates a new integer request identifier.
85func Int64ID(i int64) ID { return ID{value: i} }
86
87// IsValid returns true if the ID is a valid identifier.
88// The default value for ID will return false.

Callers 10

newIDFunction · 0.92
TestBatchFramingFunction · 0.92
reqFunction · 0.92
respFunction · 0.92
TestPingEventFilteringFunction · 0.92
CallMethod · 0.85
MakeIDFunction · 0.85

Calls

no outgoing calls

Tested by 8

newIDFunction · 0.74
TestBatchFramingFunction · 0.74
reqFunction · 0.74
respFunction · 0.74
TestPingEventFilteringFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…