MCPcopy Create free account
hub / github.com/astercloud/aster / CodeReferenceModule

Struct CodeReferenceModule

pkg/agent/prompt_modules.go:158–158  ·  view source on GitHub ↗

CodeReferenceModule 代码引用规范模块

Source from the content-addressed store, hash-verified

156
157// CodeReferenceModule 代码引用规范模块
158type CodeReferenceModule struct{}
159
160func (m *CodeReferenceModule) Name() string { return "code_reference" }
161func (m *CodeReferenceModule) Priority() int { return 30 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected