MCPcopy Create free account
hub / github.com/compozy/agh / memorySystemManaged

Function memorySystemManaged

internal/api/core/memory.go:2350–2353  ·  view source on GitHub ↗
(filename string)

Source from the content-addressed store, hash-verified

2348}
2349
2350func memorySystemManaged(filename string) bool {
2351 trimmed := strings.TrimSpace(filename)
2352 return strings.HasPrefix(trimmed, "_system/") || strings.HasPrefix(trimmed, "_system")
2353}
2354
2355func locationFilename(location MemoryLocation, header memcontract.Header) string {
2356 if header.Filename != "" {

Callers 3

ReadMemoryMethod · 0.85
listMemoryHeadersMethod · 0.85
memorySummaryPayloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected