Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
482
static void ping(Lua L)
483
{
484
SP sp = getsp(L);
485
sp->pingpong = 1;
486
}
487
488
static void pong(Lua L, dbconsumer_t *q)
489
{
Callers
1
dbconsumer_emit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected