Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void* QueueOperation::GetData() const {
62
return m_data;
63
}
64
65
void* QueueOperation::GetNotifyData() const {
66
return m_notifyData;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected