MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / getTemplatePath

Function getTemplatePath

agentContext/builder.go:199–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 return promptHooks
198}
199
200func getTemplatePath() string {
201 templatePathOnce.Do(func() {
202 templatePath = resolveTemplatePath()
203 })
204 return templatePath
205}
206
207func LoadSystemPromptTemplateSections() ([]PromptSection, error) {

Callers 2

Calls 2

resolveTemplatePathFunction · 0.85
DoMethod · 0.80

Tested by

no test coverage detected