Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ DumpCode
Function
DumpCode
src/Chain/libraries/glua/ldump.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
89
90
static void DumpCode(const Proto *f, DumpState *D) {
91
DumpInt(f->sizecode, D);
92
DumpVector(f->code, f->sizecode, D);
93
}
94
95
96
static void DumpFunction(const Proto *f, TString *psource, DumpState *D);
Callers
1
DumpFunction
Function · 0.85
Calls
1
DumpInt
Function · 0.85
Tested by
no test coverage detected