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

Method Char

gapis/memory/encoder.go:133–136  ·  view source on GitHub ↗

Char stores an char.

(v Char)

Source from the content-addressed store, hash-verified

131
132// Char stores an char.
133func (e *Encoder) Char(v Char) {
134 e.alignAndOffset(e.m.Char)
135 binary.WriteInt(e.w, 8*e.m.Char.Size, int64(v))
136}
137
138// Int stores an int.
139func (e *Encoder) Int(v Int) {

Callers

nothing calls this directly

Calls 1

alignAndOffsetMethod · 0.95

Tested by

no test coverage detected