MCPcopy 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
103type ArrayValuer interface {
104 AsArray() []any
105}
106
107type MapValuer interface {
108 AsMap() map[string]any

Callers 1

getValueFunction · 0.65

Implementers 1

customTypedArraypatcher/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…