Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ SetData
Method
SetData
src/FileObject.cpp:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
int FileObject::SetData(void * data) {
190
m_data = data;
191
return 0;
192
}
193
194
void * FileObject::GetData() const {
195
return m_data;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected