MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / DumpVector

Function DumpVector

Source/Misc/lua/src/lua.c:5719–5723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5717}
5718
5719static void DumpVector(const void* b, int n, size_t size, DumpState* D)
5720{
5721DumpInt(n,D);
5722DumpMem(b,n,size,D);
5723}
5724
5725static void DumpString(const TString* s, DumpState* D)
5726{

Callers 1

DumpDebugFunction · 0.85

Calls 1

DumpIntFunction · 0.85

Tested by

no test coverage detected