Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ load_libs
Function
load_libs
source/lib/Scripts/src/Scripts.cpp:54–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
void scripts_file_lib_reg();
53
54
static void load_libs()
55
{
56
lua_my_openlibs(g_lua_state);
57
58
scripts_file_lib_reg();
59
}
60
61
static void lua_init()
62
{
Callers
1
lua_init
Function · 0.85
Calls
2
lua_my_openlibs
Function · 0.85
scripts_file_lib_reg
Function · 0.85
Tested by
no test coverage detected