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

Method AddWrite

gapis/api/cmd_observations.go:46–48  ·  view source on GitHub ↗

AddWrite appends the write to the list of observations.

(rng memory.Range, id id.ID)

Source from the content-addressed store, hash-verified

44
45// AddWrite appends the write to the list of observations.
46func (o *CmdObservations) AddWrite(rng memory.Range, id id.ID) {
47 o.Writes = append(o.Writes, CmdObservation{Range: rng, ID: id})
48}
49
50// ApplyReads applies all the observed reads to memory pool p.
51// This is a no-op when called when o is nil.

Calls

no outgoing calls