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

Function addTen

arrayOperations_unit_test.go:131–133  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

129}
130
131func addTen(i int) int {
132 return i + 10
133}
134
135func TestMap(t *testing.T) {
136 arr := []int{1, 2, 3}

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…