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

Method getFileInfo

src/ast/ast_module.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 FileInfo * Module::getFileInfo() const {
115 return ownFileInfo.get();
116 }
117
118 TypeAnnotation * Module::resolveAnnotation ( const TypeInfo * info ) {
119 if ( info->type != Type::tHandle ) {

Callers 10

transform_syntaxFunction · 0.45
ds_lexer.cppFile · 0.45
ds2_lexer.cppFile · 0.45
init_dyn_modulesFunction · 0.45
getAllRequireReqFunction · 0.45
addRequirementsFunction · 0.45
getPrerequisitsFunction · 0.45
parseDaScriptFunction · 0.45
addExtraDependencyFunction · 0.45
compileDaScriptFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected