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

Struct PerformanceModule

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

PerformanceModule 性能优化模块

Source from the content-addressed store, hash-verified

215
216// PerformanceModule 性能优化模块
217type PerformanceModule struct{}
218
219func (m *PerformanceModule) Name() string { return "performance" }
220func (m *PerformanceModule) Priority() int { return 40 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected