MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / JSONRPCStringID

TypeAlias JSONRPCStringID

rpc/jsonrpc/types/types.go:21–21  ·  view source on GitHub ↗

JSONRPCStringID a wrapper for JSON-RPC string IDs

Source from the content-addressed store, hash-verified

19
20// JSONRPCStringID a wrapper for JSON-RPC string IDs
21type JSONRPCStringID string
22
23func (JSONRPCStringID) isJSONRPCID() {}
24func (id JSONRPCStringID) String() string { return string(id) }

Callers 5

TestRPCParamsFunction · 0.92
TestJSONRPCIDFunction · 0.92
types_test.goFile · 0.85
idFromInterfaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected