Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ writeByte
Method
writeByte
dump.go:35–37 ·
view source on GitHub ↗
(b byte)
Source
from the content-addressed store, hash-verified
33
}
34
35
func
(d *dumpState) writeByte(b byte) {
36
d.write(b)
37
}
38
39
func
(d *dumpState) writeBool(b bool) {
40
if
b {
Callers
5
writeBool
Method · 0.95
writeConstants
Method · 0.95
writeUpvalues
Method · 0.95
writeString
Method · 0.95
dumpFunction
Method · 0.95
Calls
1
write
Method · 0.95
Tested by
no test coverage detected