Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andysworkshop/stm32plus
/ printFileName
Method
printFileName
examples/net_ftp_server/MyFtpServerConnection.h:379–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
377
*/
378
379
inline void MyFtpServerConnection::printFileName(const FileInformation& finfo) {
380
_dataConnection->addString(finfo.getFilename());
381
}
382
383
384
/**
Callers
nothing calls this directly
Calls
2
addString
Method · 0.80
getFilename
Method · 0.45
Tested by
no test coverage detected