MCPcopy 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

opMethod · 0.45
reportErrorFunction · 0.45
fuseNameFunction · 0.45
afterStructureMethod · 0.45
beforeStructureFieldMethod · 0.45
canVisitArrayMethod · 0.45
canVisitTableMethod · 0.45
afterStructureFieldMethod · 0.45
NullMethod · 0.45
BoolMethod · 0.45
Int8Method · 0.45
UInt8Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected