Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ Decimal
Struct
Decimal
test/operator/operator_test.go:221–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
220
func
TestOperator_recursive_apply(t *testing.T) {
221
type
Decimal
struct
{
222
Int int
223
}
224
225
env :=
map
[string]any{
226
"add"
:
func
(a, b Decimal) Decimal {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected