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

Function W

gapil/compiler/testutils/cmd.go:136–139  ·  view source on GitHub ↗

W creates and returns a new Extras containing a single write using the given range and data.

(base uint64, size uint64, id id.ID)

Source from the content-addressed store, hash-verified

134// W creates and returns a new Extras containing a single write using the given
135// range and data.
136func W(base uint64, size uint64, id id.ID) *Extras {
137 e := &Extras{}
138 return e.W(base, size, id)
139}

Callers

nothing calls this directly

Calls 1

WMethod · 0.95

Tested by

no test coverage detected