MCPcopy
hub / github.com/davyxu/tabtoy / WriteInt32

Method WriteInt32

v2/printer/util.go:50–53  ·  view source on GitHub ↗
(v int32)

Source from the content-addressed store, hash-verified

48}
49
50func (self *Stream) WriteInt32(v int32) {
51
52 binary.Write(&self.buf, binary.LittleEndian, v)
53}
54
55func (self *Stream) WriteString(v string) {
56 rawStr := []byte(v)

Callers 2

RunMethod · 0.95
writeTableBinaryFunction · 0.95

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected