MCPcopy Create free account
hub / github.com/Louisym/MiniCC / ContainerEnvironment

Class ContainerEnvironment

tutorials/14_bash_engine_deep_dive.py:85–88  ·  view source on GitHub ↗

容器环境检测结果 — 源码 sandbox.rs:46-49

Source from the content-addressed store, hash-verified

83
84@dataclass
85class ContainerEnvironment:
86 """容器环境检测结果 — 源码 sandbox.rs:46-49"""
87 in_container: bool = False
88 markers: List[str] = field(default_factory=list)
89
90
91@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected