Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ isFullyInferredBlock
Function
isFullyInferredBlock
src/ast/ast_generate.cpp:106–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
};
105
106
TypeDecl *isFullyInferredBlock ( ExprBlock * block ) {
107
CheckFullyInferred vis;
108
block->visit(vis);
109
return vis.unInferredType;
110
}
111
112
// array comprehension
113
// invoke( $()
Callers
1
visit
Method · 0.85
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected