MCPcopy Create free account
hub / github.com/expr-lang/expr / AsArray

Method AsArray

patcher/value/value.go:104–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102
103type ArrayValuer interface {
104 AsArray() []any
105}
106
107type MapValuer interface {

Callers 1

getValueFunction · 0.65

Implementers 1

customTypedArraypatcher/value/value_test.go

Calls

no outgoing calls

Tested by

no test coverage detected