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

Method Close

UTCP/src/UTDataSource.cpp:244–248  ·  view source on GitHub ↗

Close Close data file PARAM: none RETURN: -1 if error ************************************************/

Source from the content-addressed store, hash-verified

242 -1 if error
243************************************************/
244int CUT_FileDataSource::Close() {
245 // Close file
246 m_file.Close();
247 return UTE_SUCCESS;
248}
249
250/***********************************************
251ReadLine

Callers 1

cloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected