MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / das_environment_set_bound

Function das_environment_set_bound

src/misc/daScriptC.cpp:697–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void das_environment_set_bound ( das_environment * env ) {
698 daScriptEnvironment::setBound((daScriptEnvironment *) env);
699}
700
701das_reuse_cache_guard * das_reuse_cache_guard_create () {
702 return (das_reuse_cache_guard *) new ReuseCacheGuard();

Callers 1

part_a_workerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected