Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
func
(self *Stream) WriteInt32(v int32) {
51
52
binary.Write(&self.buf, binary.LittleEndian, v)
53
}
54
55
func
(self *Stream) WriteString(v string) {
56
rawStr := []byte(v)
Callers
2
Run
Method · 0.95
writeTableBinary
Function · 0.95
Calls
1
Write
Method · 0.80
Tested by
no test coverage detected