MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / DumpVector

Function DumpVector

third-party/lua-5.1.5/src/ldump.c:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static void DumpVector(const void* b, int n, size_t size, DumpState* D)
56{
57 DumpInt(n,D);
58 DumpMem(b,n,size,D);
59}
60
61static void DumpString(const TString* s, DumpState* D)
62{

Callers 4

DumpDebugFunction · 0.70
DumpStringFunction · 0.50
DumpCodeFunction · 0.50
DumpDebugFunction · 0.50

Calls 1

DumpIntFunction · 0.70

Tested by

no test coverage detected