Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ ArrayValuer
Interface
ArrayValuer
patcher/value/value.go:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
type
ArrayValuer
interface
{
104
AsArray() []any
105
}
106
107
type
MapValuer
interface
{
108
AsMap()
map
[string]any
Callers
1
getValue
Function · 0.65
Implementers
1
customTypedArray
patcher/value/value_test.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…