MCPcopy Create free account
hub / github.com/1jehuang/jcode / SessionLaunch

Class SessionLaunch

scripts/bench_memory_cli.py:46–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45@dataclass
46class SessionLaunch:
47 root_pid: int
48 pgid: int
49 master_fd: int
50 ready: bool
51 input_ready: bool
52 excerpt: str | None
53 seconds_to_visible: float | None
54 seconds_to_input_ready: float | None
55 buffer_excerpt: str | None
56
57
58@dataclass

Callers 1

launch_interactiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected