MCPcopy Create free account
hub / github.com/MITK/MITK / QuotePath

Function QuotePath

Modules/Python/test/mitkPythonBindingsTest.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace
24{
25 std::string QuotePath(const fs::path& path)
26 {
27 return "\"" + path.string() + "\"";
28 }
29
30 int RunPythonCommand(const fs::path& pythonExecutable, const std::vector<std::string>& arguments)
31 {

Callers 1

RunPythonCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected