Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ currentPromptHooks
Function
currentPromptHooks
agentContext/builder.go:193–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
191
}
192
}
193
194
func
currentPromptHooks() PromptRuntimeHooks {
195
promptHooksMu.RLock()
196
defer
promptHooksMu.RUnlock()
197
return
promptHooks
198
}
199
200
func
getTemplatePath() string {
Callers
4
GetGitContext
Function · 0.85
GetEnvInfo
Function · 0.85
BuildEnvSection
Function · 0.85
nowForPrompt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected