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

Function das_fileaccess_make_default

src/misc/daScriptC.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178das_file_access * das_fileaccess_make_default ( ) {
179 auto access = get_file_access(nullptr);
180 return (das_file_access *) access.orphan();
181}
182
183das_file_access * das_fileaccess_make_project ( const char * project_file ) {
184 auto access = get_file_access((char *)project_file);

Callers 15

compile_inlineFunction · 0.85
compile_inlineFunction · 0.85
compile_inlineFunction · 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 1

orphanMethod · 0.80

Tested by 4

compile_inlineFunction · 0.68
compile_inlineFunction · 0.68
compile_inlineFunction · 0.68
mainFunction · 0.68