MCPcopy Create free account
hub / github.com/arnauddri/algorithms / check

Function check

algorithms/maths/permutations-count/permutations_test.go:42–46  ·  view source on GitHub ↗
(e error)

Source from the content-addressed store, hash-verified

40}
41
42func check(e error) {
43 if e != nil {
44 panic(e)
45 }
46}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected