Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ canVisitReader
Method
canVisitReader
src/ast/ast_simulate.cpp:144–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
143
virtual bool canVisitLabel ( ExprLabel * ) override { return false; }
144
virtual bool canVisitReader ( ExprReader * ) override { return false; }
145
146
void setE ( const Expression * e, SimNode * n ) {
147
e2v[e] = n;
Callers
1
visit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected