MCPcopy
hub / github.com/expr-lang/expr / customInt

Struct customInt

patcher/value/value_test.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type customInt struct {
13 Int int
14}
15
16func (v *customInt) AsInt() int {
17 return v.Int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected