Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antirez/botlib
/ main
Function
main
sds.c:1297–1299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1295
1296
#ifdef SDS_TEST_MAIN
1297
int main(void) {
1298
return sdsTest();
1299
}
1300
#endif
Callers
nothing calls this directly
Calls
1
sdsTest
Function · 0.85
Tested by
no test coverage detected