Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ String
Method
String
types/types.go:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
func
(nilType) String() string {
72
return
"nil"
73
}
74
75
type
rtype
struct
{
76
t reflect.Type
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected