MCPcopy Create free account
hub / github.com/crossuo/crossuo / Open

Method Open

src/Wisp/WispBinaryFileWriter.cpp:20–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool CBinaryFileWriter::Open(const fs_path &path)
21{
22 bool result = false;
23
24 //if (fs_path_exists(path))
25 {
26 m_File = fs_open(path, FS_WRITE);
27 result = (m_File != nullptr);
28 }
29
30 return result;
31}
32
33void CBinaryFileWriter::Close()
34{

Callers 8

SaveMethod · 0.45
SaveMethod · 0.45
SaveMethod · 0.45
SaveMethod · 0.45
SDL_SensorOpenFunction · 0.45
SDL_JoystickOpenFunction · 0.45
HAIKU_JoystickInitFunction · 0.45
HAIKU_JoystickOpenFunction · 0.45

Calls 1

fs_openFunction · 0.85

Tested by

no test coverage detected