MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / open

Method open

source/MRMesh/MRFile.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19FILE * File::open( const std::filesystem::path & filename, const char * mode )
20{
21 close();
22 return handle_ = fopen( filename, mode );
23}
24
25void File::close()
26{

Callers 4

open_linkFunction · 0.80
web_req_sendFunction · 0.80
web_req_sync_downloadFunction · 0.80
is_machoFunction · 0.80

Calls 2

closeFunction · 0.85
fopenFunction · 0.85

Tested by

no test coverage detected