MCPcopy 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 */
185template <typename SInfo>
186int ECEncoder<SInfo>::get_k()
187{
188 return stripe_info->get_k();
189}
190
191/**
192 * Return parity shard count for the stripe

Callers 2

do_encodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected