Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ customString
Struct
customString
patcher/value/value_test.go:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
type
customString
struct
{
41
String string
42
}
43
44
func
(v *customString) AsString() string {
45
return
v.String
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected