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

Method freeSourceData

src/simulate/debug_info.cpp:772–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770 }
771
772 void TextFileInfo::freeSourceData() {
773 FileInfo::freeSourceData();
774 if ( source ) {
775 das_aligned_free16((void*)source);
776 source = nullptr;
777 sourceLength = 0;
778 }
779 }
780
781 void FileInfo::buildLineIndex() {
782 if ( lineIndexBuilt ) return;

Callers

nothing calls this directly

Calls 1

das_aligned_free16Function · 0.85

Tested by

no test coverage detected