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

Method AsInt

patcher/value/value.go:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39type IntValuer interface {
40 AsInt() int
41}
42
43type BoolValuer interface {

Callers 1

getValueFunction · 0.65

Implementers 3

myIntpatcher/value/value_example_test.go
customIntpatcher/value/value_test.go
customTypedIntpatcher/value/value_test.go

Calls

no outgoing calls

Tested by

no test coverage detected