MCPcopy Create free account
hub / github.com/DFHack/dfhack / str_match

Function str_match

depends/lua/src/lstrlib.c:659–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657
658
659static int str_match (lua_State *L) {
660 return str_find_aux(L, 0);
661}
662
663
664/* state for 'gmatch' */

Callers

nothing calls this directly

Calls 1

str_find_auxFunction · 0.85

Tested by

no test coverage detected