Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shopify/go-lua
/ writeNumber
Method
writeNumber
dump.go:47–49 ·
view source on GitHub ↗
(f float64)
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(d *dumpState) writeNumber(f float64) {
48
d.write(f)
49
}
50
51
func
(d *dumpState) writeConstants(p *prototype) {
52
d.writeInt(len(p.constants))
Callers
1
writeConstants
Method · 0.95
Calls
1
write
Method · 0.95
Tested by
no test coverage detected