MCPcopy Create free account
hub / github.com/apache/brpc / TrimWhitespaceASCII

Function TrimWhitespaceASCII

src/butil/strings/string_util.cc:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256TrimPositions TrimWhitespaceASCII(const std::string& input,
257 TrimPositions positions,
258 std::string* output) {
259 return TrimStringT(input, std::string(kWhitespaceASCII), positions, output);
260}
261
262TrimPositions TrimWhitespaceASCII(const butil::StringPiece& input,
263 TrimPositions positions,

Callers 1

TrimWhitespaceFunction · 0.85

Calls 1

TrimStringTFunction · 0.85

Tested by

no test coverage detected