MCPcopy Create free account
hub / github.com/google/gapid / SparseFragmentMap

Struct SparseFragmentMap

gapis/api/watcher.go:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236type SparseFragmentMap struct {
237 Map map[Fragment]interface{}
238}
239
240func NewSparseFragmentMap() *SparseFragmentMap {
241 return &SparseFragmentMap{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected