MCPcopy 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
1434static 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_eqFunction · 0.85
l_cstring_ltFunction · 0.85
l_cstring_leFunction · 0.85

Calls 1

getstrFunction · 0.85

Tested by

no test coverage detected