MCPcopy Create free account
hub / github.com/AshampooSystems/boden / rtrim_copy

Function rtrim_copy

framework/foundation/src/String.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 std::string rtrim_copy(std::string s)
52 {
53 rtrim(s);
54 return s;
55 }
56
57 std::string trim_copy(std::string s)
58 {

Callers

nothing calls this directly

Calls 1

rtrimFunction · 0.85

Tested by

no test coverage detected