Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ getPart
Method
getPart
Source/cmFilePathChecksum.cxx:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
std::string cmFilePathChecksum::getPart(std::string const& filePath,
83
size_t length) const
84
{
85
return this->get(filePath).substr(0, length);
86
}
Callers
2
InitScanFiles
Method · 0.80
GetMocBuildPath
Method · 0.80
Calls
2
get
Method · 0.95
substr
Method · 0.45
Tested by
no test coverage detected