Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
type
IntValuer
interface
{
40
AsInt() int
41
}
42
43
type
BoolValuer
interface
{
Callers
1
getValue
Function · 0.65
Implementers
3
myInt
patcher/value/value_example_test.go
customInt
patcher/value/value_test.go
customTypedInt
patcher/value/value_test.go
Calls
no outgoing calls
Tested by
no test coverage detected