MCPcopy 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
50static void DumpNumber(lua_Number x, DumpState* D)
51{
52 DumpVar(x,D);
53}
54
55static void DumpVector(const void* b, int n, size_t size, DumpState* D)
56{

Callers 1

DumpConstantsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected