Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ Open
Method
Open
Source/SimpleFile.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void CSimpleFile::Open(const fs::path &fname, std::ios_base::openmode mode) {
39
m_fFile.open(fname, mode);
40
if (!m_fFile)
41
throw std::runtime_error {GetErrorMessage()};
42
}
43
44
void CSimpleFile::Close()
45
{
Callers
14
main
Function · 0.45
OpenWaveFile
Method · 0.45
SaveDocument
Method · 0.45
OpenDocument
Method · 0.45
SetupAutoSave
Method · 0.45
OnFileExportJson
Method · 0.45
OnBnClickedButtonImport
Method · 0.45
OnBnClickedButtonExport
Method · 0.45
ReadFromFile
Method · 0.45
ExportRows
Method · 0.45
ExportFile
Method · 0.45
LoadSample
Method · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36