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

Method writePC

dump.go:26–28  ·  view source on GitHub ↗
(p pc)

Source from the content-addressed store, hash-verified

24}
25
26func (d *dumpState) writePC(p pc) {
27 d.writeInt(int(p))
28}
29
30func (d *dumpState) writeCode(p *prototype) {
31 d.writeInt(len(p.code))

Callers 1

writeLocalVariablesMethod · 0.95

Calls 1

writeIntMethod · 0.95

Tested by

no test coverage detected