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

Function DumpNumber

Source/Misc/lua/src/lua.c:5714–5717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5712}
5713
5714static void DumpNumber(lua_Number x, DumpState* D)
5715{
5716DumpVar(x,D);
5717}
5718
5719static void DumpVector(const void* b, int n, size_t size, DumpState* D)
5720{

Callers 1

DumpConstantsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected