Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ getstrs
Function
getstrs
lua/ltypes.c:1434–1438 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1432
}
1433
1434
static void getstrs(Lua lua, const char **s1, const char **s2)
1435
{
1436
getstr(lua, s1, 1);
1437
getstr(lua, s2, 2);
1438
}
1439
1440
#undef LIBERAL_TYPES /* they are no good */
1441
Callers
3
l_cstring_eq
Function · 0.85
l_cstring_lt
Function · 0.85
l_cstring_le
Function · 0.85
Calls
1
getstr
Function · 0.85
Tested by
no test coverage detected