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

Method empty

mini_claude_code/config.py:196–198  ·  view source on GitHub ↗

空配置 — 用于测试或默认场景。源码: config.rs:251-257

()

Source from the content-addressed store, hash-verified

194
195 @staticmethod
196 def empty() -> "RuntimeConfig":
197 """空配置 — 用于测试或默认场景。源码: config.rs:251-257"""
198 return RuntimeConfig()
199
200
201# ============================================================

Callers

nothing calls this directly

Calls 1

RuntimeConfigClass · 0.70

Tested by

no test coverage detected