Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/mangle
/ name
Function
name
functional/functional_test.go:14–20 ·
view source on GitHub ↗
(n string)
Source
from the content-addressed store, hash-verified
12
)
13
14
func
name(n string) ast.Constant {
15
c, err := ast.Name(n)
16
if
err != nil {
17
panic(err)
18
}
19
return
c
20
}
21
22
func
TestEvalFloatPlus(t *testing.T) {
23
tests := []
struct
{
Callers
10
TestEvalApplyFn
Function · 0.70
TestEvalApplyFnNegative
Function · 0.70
TestNameFuns
Function · 0.70
TestReducerCollectToMap
Function · 0.70
TestCollectToMapIntegration
Function · 0.70
TestTimeFormat
Function · 0.70
TestTimeFormatCivil
Function · 0.70
TestTimeFormatInvalid
Function · 0.70
TestTimeTrunc
Function · 0.70
TestTimeTruncInvalid
Function · 0.70
Calls
1
Name
Function · 0.92
Tested by
no test coverage detected