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

Function das_text_release

src/misc/daScriptC.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void das_text_release ( das_text_writer * output ) {
138 if ( output ) delete (TextWriter *) output;
139}
140
141void das_text_output ( das_text_writer * output, char * text ) {
142 *((TextWriter *)output) << text;

Callers 15

cleanup_inline_ctxFunction · 0.85
cleanup_inline_ctxFunction · 0.85
cleanup_inline_ctxFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
part1_problemFunction · 0.85
part2_solutionFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
run_inline_scriptFunction · 0.85

Calls

no outgoing calls

Tested by 4

cleanup_inline_ctxFunction · 0.68
cleanup_inline_ctxFunction · 0.68
cleanup_inline_ctxFunction · 0.68
mainFunction · 0.68