MCPcopy Create free account
hub / github.com/Tele-AI/Fluxon / FSNodeRuntimeState

Class FSNodeRuntimeState

fluxon_test_stack/benchmark_node_fs.py:66–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65@dataclass
66class FSNodeRuntimeState:
67 runtime_cfg: FSRuntimeConfig
68 backend_kind: str
69 node_role: str
70 instance_key: str
71 export_name: str
72 remote_root_dir: Path
73 placeholder_root_dir: Path
74 mount_dir: Path
75 payload: bytes
76 patcher: Optional[FluxonFsPatcher] = None
77
78
79def _bench_fs_print(msg: str) -> None:

Callers 1

_ensure_fs_runtimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected