Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ getConceptLocation
Method
getConceptLocation
src/ast/ast.cpp:794–796 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
792
}
793
794
LineInfo Function::getConceptLocation(const LineInfo & atL) const {
795
return inferStack.size() ? inferStack[0].at : atL;
796
}
797
798
string Function::getLocationExtra() const {
799
if ( !inferStack.size() ) {
Callers
2
visit
Method · 0.80
visit
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected