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

Function explicit_token_ctx

python/e2e/test_connection_token.py:94–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93@pytest_asyncio.fixture(scope="module", loop_scope="module")
94async def explicit_token_ctx():
95 ctx = ConnectionTokenContext(token="right-token")
96 await ctx.setup()
97 yield ctx
98 await ctx.teardown()
99
100
101@pytest_asyncio.fixture(scope="module", loop_scope="module")

Callers

nothing calls this directly

Calls 3

setupMethod · 0.95
teardownMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…