Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ String
Method
String
checker/nature/nature.go:223–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
221
}
222
223
func
(n *Nature) String() string {
224
if
n.Type != nil {
225
return
n.Type.String()
226
}
227
return
"unknown"
228
}
229
230
func
(n *Nature) Deref(c *Cache) Nature {
231
t, _, changed := deref.TypeKind(n.Type, n.Kind)
Callers
1
checkArguments
Method · 0.95
Calls
1
String
Method · 0.65
Tested by
no test coverage detected