Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ render
Method
render
mini_claude_code/prompt.py:297–299 ·
view source on GitHub ↗
拼成单个字符串。源码: prompt.rs:159-161
(self)
Source
from the content-addressed store, hash-verified
295
return
sections
296
297
def
render(self) -> str:
298
""
"拼成单个字符串。源码: prompt.rs:159-161"
""
299
return
"\n\n"
.join(self.build())
300
301
# --- 静态 section 生成 ---
302
Callers
nothing calls this directly
Calls
1
build
Method · 0.95
Tested by
no test coverage detected