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

Function predicate

python/e2e/test_session_fs_e2e.py:652–653  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

650
651async def wait_for_path(path: Path, timeout: float = 5.0) -> None:
652 async def predicate():
653 return path.exists()
654
655 await wait_for_predicate(predicate, timeout=timeout)
656

Callers 15

_wait_forFunction · 0.85
on_eventFunction · 0.85
_wait_forFunction · 0.85
_wait_forFunction · 0.85
on_eventFunction · 0.85
_wait_for_agent_taskFunction · 0.85
wait_for_predicateFunction · 0.85
on_eventFunction · 0.85
on_eventFunction · 0.85
_wait_for_conditionFunction · 0.85
waitForCapabilityFunction · 0.85

Calls 1

existsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…