Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compozy/agh
/ escapeJSON
Function
escapeJSON
internal/api/httpapi/memory_test.go:795–798 ·
view source on GitHub ↗
(value string)
Source
from the content-addressed store, hash-verified
793
}
794
795
func
escapeJSON(value string) string {
796
payload, _ := json.Marshal(value)
797
return
strings.Trim(string(payload),
"\"
")
798
}
Callers
3
TestMemoryHandlersWriteValidationAndScopeResolution
Function · 0.70
TestMemoryHandlersSearchAndReindex
Function · 0.70
TestMemoryHandlersReturnInternalErrorWithoutConfiguredStore
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected