Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
FILE * File::open( const std::filesystem::path & filename, const char * mode )
20
{
21
close();
22
return handle_ = fopen( filename, mode );
23
}
24
25
void File::close()
26
{
Callers
4
open_link
Function · 0.80
web_req_send
Function · 0.80
web_req_sync_download
Function · 0.80
is_macho
Function · 0.80
Calls
2
close
Function · 0.85
fopen
Function · 0.85
Tested by
no test coverage detected