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

Method AsMap

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

Source from the content-addressed store, hash-verified

106
107type MapValuer interface {
108 AsMap() map[string]any
109}
110
111var supportedInterfaces = []reflect.Type{

Callers 1

getValueFunction · 0.65

Implementers 1

customTypedMappatcher/value/value_test.go

Calls

no outgoing calls

Tested by

no test coverage detected