| 285 | static const CCommand ALLO() { return cmdALLO; } |
| 286 | static const CCommand APPE() { return cmdAPPE; } |
| 287 | static const CCommand CDUP() { return cmdCDUP; } |
| 288 | static const CCommand CWD() { return cmdCWD; } |
| 289 | static const CCommand DELE() { return cmdDELE; } |
| 290 | static const CCommand HELP() { return cmdHELP; } |
nothing calls this directly
no outgoing calls
no test coverage detected