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

Function name

factstore/temporal_test.go:25–28  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

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

Calls 1

NameFunction · 0.92

Tested by

no test coverage detected