MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / run

Method run

src/ast/ast_annotations.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142 struct NormalizeOptionTypes : Visitor {
143 static void run ( ProgramPtr program ) {
144 NormalizeOptionTypes vis;
145 program->visit(vis,/*visitGenerics =*/true);
146 }
147
148 virtual void preVisit ( TypeDecl * td ) override {
149 if ( !td ) return;

Callers 1

shortenWithFallbackFunction · 0.45

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected