MCPcopy Create free account
hub / github.com/EndlessCheng/codeforces-go / constructor

Function constructor

leetcode/testutil/leetcode_test.go:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func constructor() foo {
96 return foo{}
97}
98
99func (f *foo) F0(a, b int) {
100 fmt.Println("f0", a, b)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected