MCPcopy Index your code
hub / github.com/Shopify/go-lua / writeInt

Method writeInt

dump.go:22–24  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

20}
21
22func (d *dumpState) writeInt(i int) {
23 d.write(int32(i))
24}
25
26func (d *dumpState) writePC(p pc) {
27 d.writeInt(int(p))

Callers 8

writePCMethod · 0.95
writeCodeMethod · 0.95
writeConstantsMethod · 0.95
writePrototypesMethod · 0.95
writeUpvaluesMethod · 0.95
writeLocalVariablesMethod · 0.95
writeDebugMethod · 0.95
dumpFunctionMethod · 0.95

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected