MCPcopy 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
7func maybe() bool {
8 return rand.Intn(2) == 0
9}
10
11type list[T any] []element[T]
12

Callers 4

identifierNodeFunction · 0.85
memberNodeFunction · 0.85
methodNodeFunction · 0.85
sequenceNodeFunction · 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…