MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaopen_string

Function luaopen_string

freebsd/contrib/openzfs/module/lua/lstrlib.c:1029–1033  ·  view source on GitHub ↗

** Open string library */

Source from the content-addressed store, hash-verified

1027** Open string library
1028*/
1029LUAMOD_API int luaopen_string (lua_State *L) {
1030 luaL_newlib(L, strlib);
1031 createmetatable(L);
1032 return 1;
1033}
1034
1035#if defined(_KERNEL)
1036

Callers 1

zcp_evalFunction · 0.50

Calls 1

createmetatableFunction · 0.70

Tested by

no test coverage detected