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

Method ModuleFileAccess

src/builtin/module_file_access.cpp:13–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace das {
12
13 ModuleFileAccess::ModuleFileAccess() {
14 }
15
16 ModuleFileAccess::~ModuleFileAccess() {
17 if (context) delete context;

Callers

nothing calls this directly

Calls 13

compileDaScriptFunction · 0.85
reportErrorFunction · 0.85
get_contextFunction · 0.85
printfFunction · 0.85
getContextStackSizeMethod · 0.80
runInitScriptMethod · 0.80
allocateStringMethod · 0.80
c_strMethod · 0.45
strMethod · 0.45
simulateMethod · 0.45
findFunctionMethod · 0.45
findVariableMethod · 0.45

Tested by

no test coverage detected