MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / ping

Function ping

lua/sp.c:482–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482static void ping(Lua L)
483{
484 SP sp = getsp(L);
485 sp->pingpong = 1;
486}
487
488static void pong(Lua L, dbconsumer_t *q)
489{

Callers 1

dbconsumer_emitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected