MCPcopy Create free account
hub / github.com/chrxh/alien / _TaskProcessor

Method _TaskProcessor

source/PersisterInterface/TaskProcessor.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49_TaskProcessor::_TaskProcessor(PersisterFacade const& persisterFacade, std::string const& senderId)
50 : _persisterFacade(persisterFacade)
51 , _senderId(senderId)
52{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected