Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/approvals/ApprovalTests.cpp
/ getFileExtensionWithDot
Method
getFileExtensionWithDot
ApprovalTests/writers/ExistingFile.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
std::string ExistingFile::getFileExtensionWithDot() const
39
{
40
return FileUtils::getExtensionWithDot(filePath);
41
}
42
43
void ExistingFile::write(std::string) const
44
{
Callers
2
verify
Method · 0.45
StringWriterTests.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected