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

Function das_get_root

src/misc/daScriptC.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void das_get_root ( char * root, int maxbuf ) {
234 auto r = getDasRoot();
235 strncpy ( root, r.c_str(), maxbuf );
236}
237
238das_program * das_program_compile ( char * program_file, das_file_access * access, das_text_writer * tout, das_module_group * libgroup ) {
239 auto program = compileDaScript(program_file,

Callers 14

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
run_valid_scriptFunction · 0.85
compile_and_reportFunction · 0.85
mainFunction · 0.85
part_a_run_on_threadFunction · 0.85
part_b_workerFunction · 0.85

Calls 2

getDasRootFunction · 0.85
c_strMethod · 0.45

Tested by 1

mainFunction · 0.68