MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / trim

Function trim

src/runtime/CL/mlgo/MLGOParser.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void trim(std::string &str)
86{
87 ltrim(str);
88 rtrim(str);
89}
90} // namespace
91
92namespace arm_compute

Callers 1

readMethod · 0.70

Calls 2

ltrimFunction · 0.85
rtrimFunction · 0.85

Tested by

no test coverage detected