Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ Len
Method
Len
expr_test.go:2005–2007 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2003
}
2004
2005
func
(i Issue346Array) Len() int {
2006
return
len(i)
2007
}
2008
2009
func
TestIssue346(t *testing.T) {
2010
code := `Foo[0].Bar`
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected