Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ scripts_file_lib_reg
Function
scripts_file_lib_reg
source/lib/Scripts/src/ScriptsFileLib.cpp:120–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
void scripts_file_lib_reg()
121
{
122
RegisterSystemFunc(
"dofile"
, dofile);
123
RegisterSystemFunc(
"require"
, require);
124
}
125
126
} // namespace Kyty::Scripts
Callers
1
load_libs
Function · 0.85
Calls
1
RegisterSystemFunc
Function · 0.85
Tested by
no test coverage detected