Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/approvals/ApprovalTests.cpp
/ getFileExtensionWithDot
Method
getFileExtensionWithDot
ApprovalTests/writers/StringWriter.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
std::string StringWriter::getFileExtensionWithDot() const
14
{
15
return ext;
16
}
17
18
void StringWriter::write(std::string path) const
19
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected