MCPcopy
hub / github.com/google/mangle / name

Function name

engine/temporal_test.go:26–29  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

24)
25
26func name(str string) ast.Constant {
27 res, _ := ast.Name(str)
28 return res
29}
30
31func TestTemporalEvaluator_DiamondMinus(t *testing.T) {
32 store := factstore.NewTemporalStore()

Calls 1

NameFunction · 0.92

Tested by

no test coverage detected