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

Method LoadGlobalRules

pkg/memory/rules/manager.go:216–216  ·  view source on GitHub ↗

LoadGlobalRules 加载全局规则

(ctx context.Context)

Source from the content-addressed store, hash-verified

214type Loader interface {
215 // LoadGlobalRules 加载全局规则
216 LoadGlobalRules(ctx context.Context) ([]*Rule, error)
217
218 // LoadProjectRules 加载项目规则
219 LoadProjectRules(ctx context.Context, projectID string) ([]*Rule, error)

Callers 1

LoadGlobalRulesMethod · 0.65

Implementers 1

Managerpkg/memory/rules/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected