MCPcopy Index your code
hub / github.com/github/copilot-sdk / provider_path

Function provider_path

python/e2e/test_session_fs_e2e.py:626–627  ·  view source on GitHub ↗
(provider_root: Path, session_id: str, path: str)

Source from the content-addressed store, hash-verified

624
625
626def provider_path(provider_root: Path, session_id: str, path: str) -> Path:
627 return provider_root / session_id / path.lstrip("/")
628
629
630def find_tool_call_result(messages: list[SessionEvent], tool_name: str) -> str | None:

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…