MCPcopy
hub / github.com/dosco/graphjin / Get

Method Get

serv/mcp_cursor_cache.go:22–22  ·  view source on GitHub ↗

Get retrieves a cursor by its numeric ID

(ctx context.Context, id uint64)

Source from the content-addressed store, hash-verified

20
21 // Get retrieves a cursor by its numeric ID
22 Get(ctx context.Context, id uint64) (string, error)
23
24 // Close releases resources
25 Close() error

Callers 2

SetMethod · 0.65
GetMethod · 0.65

Implementers 5

RedisCursorCacheserv/mcp_cursor_cache.go
MemoryCursorCacheserv/mcp_cursor_cache.go
fakeRuntimeRedisserv/runtime_events_test.go
MemoryCacheserv/cache_memory.go
RedisCacheserv/cache_redis.go

Calls

no outgoing calls

Tested by

no test coverage detected