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

Method AsInt

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected