Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/austingebauer/go-leetcode
/ TimeMap
Struct
TimeMap
time_based_key_value_store_981/solution.go:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
type
TimeMap
struct
{
11
m
map
[string][]*entry
12
}
13
14
func
Constructor() TimeMap {
15
return
TimeMap{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected