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

Method AsAny

patcher/value/value_test.go:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (v *customString) AsAny() any {
49 return v.String
50}
51
52type customTypedString struct {
53 String string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected