MCPcopy Create free account
hub / github.com/OpenAssetIO/OpenAssetIO / main

Function main

src/openassetio-python/tests/bridge/main.cpp:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace py = pybind11;
8
9int main(int argc, char* argv[]) {
10 try {
11 const py::scoped_interpreter guard{};
12 return Catch::Session().run(argc, argv);
13 } catch (...) {
14 return 1;
15 }
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected