Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ maybe
Function
maybe
test/gen/utils.go:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
maybe() bool {
8
return
rand.Intn(2) == 0
9
}
10
11
type
list[T any] []element[T]
12
Callers
4
identifierNode
Function · 0.85
memberNode
Function · 0.85
methodNode
Function · 0.85
sequenceNode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…