MCPcopy
hub / github.com/mudler/LocalAGI / TrackerKey

Interface TrackerKey

core/conversations/conversationstracker.go:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type TrackerKey interface{ ~int | ~int64 | ~string }
13
14type ConversationTracker[K TrackerKey] struct {
15 convMutex sync.Mutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…