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

Function trim

source/utils/Helper.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 void trim(std::string& str)
98 {
99 boost::algorithm::trim(str);
100 }
101
102 bool fillDirList(const std::string& path,
103 std::vector<std::string>& listDir,

Callers 3

registerGameFunction · 0.85
readNextLineNotEmptyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected