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

Method free

src/StringUtils.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void SU::free(char * data) {
221 delete [] data;
222 return;
223}
224
225tstring SU::ReplaceString(const tstring & source, const tstring & find, const tstring & replace) {
226 tstring result(source);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected