Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ das_modulegroup_make
Function
das_modulegroup_make
src/misc/daScriptC.cpp:145–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
das_module_group * das_modulegroup_make () {
146
return (das_module_group *) new ModuleGroup();
147
}
148
149
void das_modulegroup_release ( das_module_group * group ) {
150
if ( group ) delete (ModuleGroup *) group;
Callers
15
register_dyn_Module_FastMath
Function · 0.85
compile_inline
Function · 0.85
compile_inline
Function · 0.85
compile_inline
Function · 0.85
register_module_tutorial_c_04
Function · 0.85
main
Function · 0.85
main
Function · 0.85
register_module_tutorial_c_03
Function · 0.85
main
Function · 0.85
part1_problem
Function · 0.85
part2_solution
Function · 0.85
register_module_tutorial_c_12
Function · 0.85
Calls
no outgoing calls
Tested by
4
compile_inline
Function · 0.68
compile_inline
Function · 0.68
compile_inline
Function · 0.68
main
Function · 0.68