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

Function das_fileaccess_make_project

src/misc/daScriptC.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183das_file_access * das_fileaccess_make_project ( const char * project_file ) {
184 auto access = get_file_access((char *)project_file);
185 return (das_file_access *) access.orphan();
186}
187
188void das_fileaccess_release ( das_file_access * access ) {
189 if ( access ) ((FileAccess *) access)->delRef();

Callers 2

run_valid_scriptFunction · 0.85
compile_and_reportFunction · 0.85

Calls 1

orphanMethod · 0.80

Tested by

no test coverage detected