Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/mangle
/ atom
Function
atom
factstore/factstore_test.go:27–33 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
25
)
26
27
func
atom(s string) ast.Atom {
28
term, err := parse.Term(s)
29
if
err != nil {
30
panic(err)
31
}
32
return
term.(ast.Atom)
33
}
34
35
func
evalAtom(s string) ast.Atom {
36
term, err := parse.Term(s)
Callers
8
testStore
Function · 0.70
TestStore
Function · 0.70
TestNewBytes
Function · 0.70
TestGzip
Function · 0.70
TestAddContainsRemove
Function · 0.70
TestMergedAddContains
Function · 0.70
TestMergedMerge
Function · 0.70
TestTeeingAddContainsMerge
Function · 0.70
Calls
1
Term
Function · 0.92
Tested by
no test coverage detected