MCPcopy Create free account
hub / github.com/adam-hanna/arrayOperations / findOneGuard

Function findOneGuard

arrayOperations_unit_test.go:60–62  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

58}
59
60func findOneGuard(i int) bool {
61 return i%2 == 0
62}
63
64func TestFindOne(t *testing.T) {
65 t.Run("has elements", func(t *testing.T) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…