MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / trim

Method trim

OpenHD/ohd_common/src/openhd_util.cpp:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void OHDUtil::trim(std::string& s) {
345 rtrim(s);
346 ltrim(s);
347}
348
349std::string OHDUtil::int_as_string(int number) {
350 std::stringstream ss;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected