Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ das_context_make
Function
das_context_make
src/misc/daScriptC.cpp:280–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
das_context * das_context_make ( int stackSize ) {
281
return (das_context *) get_context(stackSize);
282
}
283
284
void das_context_release ( das_context * context ) {
285
if ( context ) delete (Context *) context;
Callers
15
compile_inline
Function · 0.85
compile_inline
Function · 0.85
compile_inline
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
part2_solution
Function · 0.85
main
Function · 0.85
main
Function · 0.85
run_inline_script
Function · 0.85
main
Function · 0.85
compile_and_simulate
Function · 0.85
Calls
1
get_context
Function · 0.85
Tested by
4
compile_inline
Function · 0.68
compile_inline
Function · 0.68
compile_inline
Function · 0.68
main
Function · 0.68