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

Function DumpBlock

Source/Misc/lua/src/lua.c:5693–5701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5691#define DumpVar(x,D) DumpMem(&x,1,sizeof(x),D)
5692
5693static void DumpBlock(const void* b, size_t size, DumpState* D)
5694{
5695if (D->status==0)
5696{
5697lua_unlock(D->L);
5698D->status=(*D->writer)(D->L,b,size,D->data);
5699lua_lock(D->L);
5700}
5701}
5702
5703static void DumpChar(int y, DumpState* D)
5704{

Callers 2

DumpStringFunction · 0.85
DumpHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected