Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devaccuracy/ledgerforge
/ buildContainmentJSON
Function
buildContainmentJSON
internal/filter/helpers.go:32–35 ·
view source on GitHub ↗
(key string, value interface{})
Source
from the content-addressed store, hash-verified
30
}
31
32
func
buildContainmentJSON(key string, value
interface
{}) ([]byte, error) {
33
m :=
map
[string]
interface
{}{key: value}
34
return
json.Marshal(m)
35
}
Callers
1
buildJSONPathCondition
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected