Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/approvals/ApprovalTests.cpp
/ getReceivedFile
Method
getReceivedFile
ApprovalTests/namers/ApprovalTestNamer.cpp:235–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
std::string ApprovalTestNamer::getReceivedFile(std::string extensionWithDot) const
236
{
237
238
return getFullFileName(
".received"
, extensionWithDot);
239
}
240
241
std::string ApprovalTestNamer::getOutputFileBaseName() const
242
{
Callers
1
verify
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected