Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ empty
Method
empty
src/simulate/debug_info.cpp:748–750 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
746
}
747
748
bool LineInfo::empty() const {
749
return (line==0) && (column==0) && (last_line==0) && (last_column==0);
750
}
751
752
void FileInfo::reserveProfileData() {
753
#if DAS_ENABLE_PROFILER
Callers
15
op
Method · 0.45
reportError
Function · 0.45
fuseName
Function · 0.45
afterStructure
Method · 0.45
beforeStructureField
Method · 0.45
canVisitArray
Method · 0.45
canVisitTable
Method · 0.45
afterStructureField
Method · 0.45
Null
Method · 0.45
Bool
Method · 0.45
Int8
Method · 0.45
UInt8
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected