MCPcopy Create free account
hub / github.com/Thalhammer/jwt-cpp / trim

Function trim

include/jwt-cpp/base.h:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 }
290
291 inline std::string trim(const std::string& base, const std::string& fill) {
292 auto pos = base.find(fill);
293 return base.substr(0, pos);
294 }
295 } // namespace details
296
297 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected