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

Class ConfigEntry

tutorials/09_config_system.py:56–59  ·  view source on GitHub ↗

一个配置文件的位置和来源

Source from the content-addressed store, hash-verified

54
55@dataclass(frozen=True)
56class ConfigEntry:
57 """一个配置文件的位置和来源"""
58 source: ConfigSource
59 path: str
60
61
62# ============================================================

Callers 1

discoverMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected