MCPcopy Create free account
hub / github.com/JeremyBYU/polylidar / StringCleanAll

Method StringCleanAll

src/Python/polylidar_pybind/docstring/docstring.cpp:475–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475std::string FunctionDoc::StringCleanAll(std::string& s, const std::string& white_space)
476{
477 std::string rc = StripString(s, white_space);
478 rc = NamespaceFix(rc);
479 return rc;
480}
481
482ArgumentDoc FunctionDoc::ParseArgumentToken(const std::string& argument_token)
483{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected