MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / IsMemoryContextMessage

Function IsMemoryContextMessage

memory/injection.go:76–79  ·  view source on GitHub ↗
(message map[string]any)

Source from the content-addressed store, hash-verified

74 }
75 continue
76 }
77 if values, ok := metadata["recall_ids"].([]any); ok {
78 for _, value := range values {
79 if s, ok := value.(string); ok {
80 if s = strings.TrimSpace(s); s != "" {
81 result[s] = struct{}{}
82 }

Callers 3

RecalledMemoryFilenamesFunction · 0.85
RecalledMemoryIDsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected