Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ DumpNumber
Function
DumpNumber
deps/lua/src/ldump.c:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
static void DumpNumber(lua_Number x, DumpState* D)
51
{
52
DumpVar(x,D);
53
}
54
55
static void DumpVector(const void* b, int n, size_t size, DumpState* D)
56
{
Callers
1
DumpConstants
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected