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

Function name

ast/ast_test.go:67–70  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

65)
66
67func name(str string) Constant {
68 res, _ := Name(str)
69 return res
70}
71
72func makeDecl(t *testing.T, atom Atom, descr []Atom, boundDecls []BoundDecl, incl *InclusionConstraint) Decl {
73 t.Helper()

Callers 6

ast_test.goFile · 0.70
TestSelfEqualsFunction · 0.70
TestEqualsNegativeFunction · 0.70
TestStringFunction · 0.70
TestNameFunction · 0.70
TestBasicDataFunction · 0.70

Calls 1

NameFunction · 0.85

Tested by

no test coverage detected