Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ String
Method
String
types/types.go:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(anyType) String() string {
55
return
"any"
56
}
57
58
type
nilType
struct
{}
59
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected