Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
namespace das {
12
13
ModuleFileAccess::ModuleFileAccess() {
14
}
15
16
ModuleFileAccess::~ModuleFileAccess() {
17
if (context) delete context;
Callers
nothing calls this directly
Calls
13
compileDaScript
Function · 0.85
reportError
Function · 0.85
get_context
Function · 0.85
printf
Function · 0.85
getContextStackSize
Method · 0.80
runInitScript
Method · 0.80
allocateString
Method · 0.80
c_str
Method · 0.45
str
Method · 0.45
simulate
Method · 0.45
findFunction
Method · 0.45
findVariable
Method · 0.45
Tested by
no test coverage detected