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

Method with_project_context

mini_claude_code/prompt.py:248–251  ·  view source on GitHub ↗

源码: prompt.rs:116-119

(self, ctx: ProjectContext)

Source from the content-addressed store, hash-verified

246 return self
247
248 def with_project_context(self, ctx: ProjectContext) -> "SystemPromptBuilder":
249 """源码: prompt.rs:116-119"""
250 self._project_context = ctx
251 return self
252
253 def with_config(self, config) -> "SystemPromptBuilder":
254 """源码: prompt.rs:122-125"""

Callers 1

build_system_promptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected