Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ DumpCode
Function
DumpCode
third-party/lua-5.3.5/src/ldump.c: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
3
DumpFunction
Function · 0.85
DumpFunction
Function · 0.85
DumpFunction
Function · 0.85
Calls
2
DumpInt
Function · 0.70
DumpVector
Function · 0.50
Tested by
no test coverage detected