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

Method get

mini_claude_code/config.py:174–175  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

172 # 这叫 "封装" — 将来内部结构变了,外部代码不用改。
173
174 def get(self, key: str) -> Optional[Any]:
175 return self.merged.get(key)
176
177 def hooks_pre(self) -> list[str]:
178 return self.feature_config.hooks_pre_tool_use

Callers 15

parse_feature_configFunction · 0.45
default_forMethod · 0.45
_apply_env_overridesMethod · 0.45
required_mode_forMethod · 0.45
detect_interruptionMethod · 0.45
executeMethod · 0.45
read_toolFunction · 0.45
write_toolFunction · 0.45
normalize_subagent_typeFunction · 0.45
parse_slash_commandFunction · 0.45
_resolve_model_aliasFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected