MCPcopy Create free account
hub / github.com/VanjaRo/LeetCode / RecentCounter

Struct RecentCounter

tasks/933.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type RecentCounter struct {
19 pings []int
20}
21
22func Constructor() RecentCounter {
23 return RecentCounter{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected