MCPcopy Create free account
hub / github.com/crashfort/SourceDemoRender / ScopedFile

Method ScopedFile

Projects/Shared/Source/File.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace SDR::File
5{
6 ScopedFile::ScopedFile(const char* path, const char* mode)
7 {
8 Assign(path, mode);
9 }
10
11 ScopedFile::ScopedFile(const std::string& path, const char* mode)
12 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected