MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / Decoding

Method Decoding

MonaCore/include/Mona/Decoder.h:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 };
101
102 Decoding(Invoker& invoker, const char* name) : _pBuffer(invoker.poolBuffers), WorkThread(name), Task(invoker) {}
103
104 virtual ~Decoding() {
105 for (OutType* pOut : _output)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected