MCPcopy 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
194func currentPromptHooks() PromptRuntimeHooks {
195 promptHooksMu.RLock()
196 defer promptHooksMu.RUnlock()
197 return promptHooks
198}
199
200func getTemplatePath() string {

Callers 4

GetGitContextFunction · 0.85
GetEnvInfoFunction · 0.85
BuildEnvSectionFunction · 0.85
nowForPromptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected