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

Function das_text_make_writer

src/misc/daScriptC.cpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133das_text_writer * das_text_make_writer() {
134 return (das_text_writer *) new TextWriter();
135}
136
137void das_text_release ( das_text_writer * output ) {
138 if ( output ) delete (TextWriter *) output;

Callers 4

part1_problemFunction · 0.85
compile_and_reportFunction · 0.85
compile_with_policiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected