Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ preVisit
Method
preVisit
src/ast/ast_allocate_stack.cpp:921–924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
919
}
920
}
921
virtual void preVisit ( ExprConstString * expr ) override {
922
Visitor::preVisit(expr);
923
allocateString(expr->text);
924
}
925
};
926
927
// program
Callers
nothing calls this directly
Calls
2
preVisit
Function · 0.85
allocateString
Function · 0.85
Tested by
no test coverage detected