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

Method Int8

core/data/binary/writer.go:31–31  ·  view source on GitHub ↗

Int8 encodes a signed, 8 bit integer value to the Writer.

(int8)

Source from the content-addressed store, hash-verified

29 Bool(bool)
30 // Int8 encodes a signed, 8 bit integer value to the Writer.
31 Int8(int8)
32 // Uint8 encodes an unsigned, 8 bit integer value to the Writer.
33 Uint8(uint8)
34 // Int16 encodes a signed, 16 bit integer value to the Writer.

Callers 2

WriteIntFunction · 0.65
WriteFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected