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

Method AsInt

patcher/value/value_example_test.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (v *myInt) AsInt() int {
16 return v.Int
17}
18
19func (v *myInt) AsAny() any {
20 return v.Int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected