MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / _db_path_for

Function _db_path_for

tests/integration/test_session_export.py:65–67  ·  view source on GitHub ↗
(api_client, title: str)

Source from the content-addressed store, hash-verified

63
64
65def _db_path_for(api_client, title: str) -> Path:
66 result = api_client.command("sessions.getDbPath", {"projectTitle": title})
67 return Path(result["path"])
68
69
70def _safe_unlink(path: Path) -> None:

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected