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

Method getSourceAndLength

src/simulate/debug_info.cpp:767–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 }
766
767 void TextFileInfo::getSourceAndLength ( const char * & src, uint32_t & len ) {
768 src = source;
769 len = sourceLength;
770 }
771
772 void TextFileInfo::freeSourceData() {
773 FileInfo::freeSourceData();

Callers 7

reportErrorFunction · 0.80
tryOpenFileMethod · 0.80
ds_lexer.cppFile · 0.80
ds2_lexer.cppFile · 0.80
getAllRequireReqFunction · 0.80
parseDaScriptFunction · 0.80
compileDaScriptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected