MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / isPerfectNumberTestCase

Struct isPerfectNumberTestCase

math/perfectnumber_test.go:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108type isPerfectNumberTestCase struct {
109 number uint
110 isPerfect bool
111}
112
113// getIsPerfectNumberTestCases returns an array of test data
114// for the tests of the function IsPerfectNumber

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected