Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5719
static void DumpVector(const void* b, int n, size_t size, DumpState* D)
5720
{
5721
DumpInt(n,D);
5722
DumpMem(b,n,size,D);
5723
}
5724
5725
static void DumpString(const TString* s, DumpState* D)
5726
{
Callers
1
DumpDebug
Function · 0.85
Calls
1
DumpInt
Function · 0.85
Tested by
no test coverage detected