Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_syntax
Function · 0.45
ds_lexer.cpp
File · 0.45
ds2_lexer.cpp
File · 0.45
init_dyn_modules
Function · 0.45
getAllRequireReq
Function · 0.45
addRequirements
Function · 0.45
getPrerequisits
Function · 0.45
parseDaScript
Function · 0.45
addExtraDependency
Function · 0.45
compileDaScript
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected