Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ normalizeOptionTypes
Method
normalizeOptionTypes
src/ast/ast_annotations.cpp:167–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
};
166
167
void Program::normalizeOptionTypes () {
168
NormalizeOptionTypes::run(this);
169
}
170
171
void Program::fixupAnnotations() {
172
thisModule->functions.foreach([&](auto fn){
Callers
1
parseDaScript
Function · 0.80
Calls
1
run
Function · 0.85
Tested by
no test coverage detected