MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / close

Method close

src/core/utils/io/FileHandler.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void FileHandler::close()
51{
52 _filestream.close();
53}
54
55std::fstream &FileHandler::stream()
56{

Callers 11

~PerfettoProfilerMethod · 0.45
load_from_fileMethod · 0.45
save_to_fileMethod · 0.45
add_cpp_copyrightFunction · 0.45
add_python_copyrightFunction · 0.45
check_copyrightFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected