MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / trimString

Function trimString

native/Base.h:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 }
294
295 inline void trimString(std::string &str) {
296 str.erase(0, str.find_first_not_of(' '));
297 str.erase(str.find_last_not_of(' ') + 1);
298 }
299
300 inline void
301 splitString(const std::string &str, std::vector<std::string> &strVec, char splitChar) {

Callers 1

loadBaseConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected