Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_k
Method
get_k
src/erasure-code/consistency/ECEncoder.cc:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
*/
185
template <typename SInfo>
186
int ECEncoder<SInfo>::get_k()
187
{
188
return stripe_info->get_k();
189
}
190
191
/**
192
* Return parity shard count for the stripe
Callers
2
check_object_consistency
Method · 0.45
do_encode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected