MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / createDecoder

Method createDecoder

arch/arch.cc:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59std::unique_ptr<Decoder> Arch::createDecoder(Config& config)
60{
61 if (!config.hasDecoder())
62 error("no decoder configured");
63 return createDecoder(config->decoder());
64}
65
66std::unique_ptr<Decoder> Arch::createDecoder(const DecoderProto& config)
67{

Callers

nothing calls this directly

Calls 4

errorFunction · 0.85
hasDecoderMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected