MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / BaseQuery

Method BaseQuery

Src/Core/BaseQuery.cpp:5–11  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

3
4//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
5FSecure::C3::Core::BaseQuery::BaseQuery(std::weak_ptr<DeviceBridge> sender)
6 : m_ReceivedOrWillBeSent(true)
7 , m_SequenceNumber(0) /// THIS IS WRONG
8 , m_SenderChannel(sender)
9{
10 // TODO, parse query.
11}
12
13//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
14FSecure::C3::Core::BaseQuery::BaseQuery(ResponseType responseType)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected