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

Method close

source/MRMesh/MRFile.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void File::close()
26{
27 if ( !handle_ )
28 return;
29 std::fclose( handle_ );
30 handle_ = nullptr;
31}
32
33} //namespace MR

Callers 15

startFunction · 0.45
startFunction · 0.45
test_save_load_meshFunction · 0.45
TESTFunction · 0.45
runScriptMethod · 0.45
sendMethod · 0.45
writeToFileMethod · 0.45
makePolylineMethod · 0.45
addFromEdgePathMethod · 0.45
fromSceneE57FileFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_save_load_meshFunction · 0.36
TESTFunction · 0.36