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

Function pause

python/samples/manual_tool_resume.py:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35
36async def pause():
37 print("Simulating time passing...\n")
38 await asyncio.sleep(1)
39
40
41tool = Tool(

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…