Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
651
async
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_for
Function · 0.85
on_event
Function · 0.85
_wait_for
Function · 0.85
_wait_for
Function · 0.85
on_event
Function · 0.85
_wait_for_agent_task
Function · 0.85
wait_for_predicate
Function · 0.85
on_event
Function · 0.85
on_event
Function · 0.85
_wait_for_condition
Function · 0.85
waitForCapability
Function · 0.85
waitForMatchingEventAllowingRateLimit
Function · 0.85
Calls
1
exists
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…