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

Struct memory

gapis/database/memory.go:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145type memory struct {
146 mutex sync.Mutex
147 records map[id.ID]*record
148 resolveCtx context.Context
149}
150
151// Implements Database
152func (d *memory) Store(ctx context.Context, val interface{}) (id.ID, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected