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

Function impl_mark_comment

include/daScript/simulate/heap.h:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178#if DAS_TRACK_ALLOCATIONS
179 virtual void impl_mark_location ( void *, const LineInfo * ) {}
180 virtual void impl_mark_comment ( void *, const char * ) {}
181 virtual const char * impl_get_comment ( void * ) const { return nullptr; }
182#endif
183 virtual void setTrackAllocations ( bool on ) { trackAllocations = on; }

Callers 1

mark_commentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected