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

Method AsString

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

Source from the content-addressed store, hash-verified

42}
43
44func (v *customString) AsString() string {
45 return v.String
46}
47
48func (v *customString) AsAny() any {
49 return v.String

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected