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

Method Skip

gapis/memory/decoder.go:63–66  ·  view source on GitHub ↗

Skip skips n bytes from the reader.

(n uint64)

Source from the content-addressed store, hash-verified

61
62// Skip skips n bytes from the reader.
63func (d *Decoder) Skip(n uint64) {
64 binary.ConsumeBytes(d.r, n)
65 d.o += n
66}
67
68// Pointer loads and returns a pointer address.
69func (d *Decoder) Pointer() uint64 {

Callers 2

AlignMethod · 0.95
decodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected