Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ SourceFile
Method
SourceFile
src/utils/backward.hpp:1610–1610 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1608
typedef std::vector<std::pair<size_t, std::string> > lines_t;
1609
1610
SourceFile() {}
1611
SourceFile(const std::string& path): _file(new std::ifstream(path.c_str())) {}
1612
bool is_open() const { return _file->is_open(); }
1613
Callers
nothing calls this directly
Calls
1
swap
Function · 0.85
Tested by
no test coverage detected