MCPcopy Create free account
hub / github.com/ceph/ceph / parse

Method parse

src/erasure-code/lrc/ErasureCodeLrc.cc:280–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280int ErasureCodeLrc::parse(ErasureCodeProfile &profile,
281 ostream *ss)
282{
283 int r = ErasureCode::parse(profile, ss);
284 if (r)
285 return r;
286
287 return parse_rule(profile, ss);
288}
289
290const string ErasureCodeLrc::DEFAULT_KML("-1");
291

Callers

nothing calls this directly

Calls 1

parseFunction · 0.50

Tested by

no test coverage detected