MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / GetData

Method GetData

src/QueueOperation.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void* QueueOperation::GetData() const {
62 return m_data;
63}
64
65void* QueueOperation::GetNotifyData() const {
66 return m_notifyData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected