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

Function TextFileInfo

include/daScript/simulate/debug_info.h:143–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 public:
142 TextFileInfo ( ) = default;
143 TextFileInfo ( const char * src, uint32_t len, bool own )
144 : source(src), sourceLength(len), owner(own) {}
145 virtual ~TextFileInfo() { if ( owner ) freeSourceData(); }
146 virtual void freeSourceData() override;
147 virtual void getSourceAndLength ( const char * & src, uint32_t & len ) override;

Callers 2

make_infoFunction · 0.85
debug_info.hFile · 0.85

Calls

no outgoing calls

Tested by 1

make_infoFunction · 0.68