Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ getFile
Method
getFile
extras/catch_amalgamated.cpp:5181–5181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5179
}
5180
5181
std::FILE* getFile() { return m_file; }
5182
std::string getContents() {
5183
ReusableStringStream sstr;
5184
constexpr long buffer_size = 100;
Callers
1
activateImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected