Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ DumpVector
Function
DumpVector
deps/lua/src/ldump.c:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
static 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
61
static void DumpString(const TString* s, DumpState* D)
62
{
Callers
1
DumpDebug
Function · 0.85
Calls
1
DumpInt
Function · 0.85
Tested by
no test coverage detected