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

Method Validate

pkg/knowledge/knowledge.go:218–218  ·  view source on GitHub ↗

维护操作

(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

216
217 // 维护操作
218 Validate(ctx context.Context, id string) (bool, []string, error)
219 Refresh(ctx context.Context, id string) error
220 Compress(ctx context.Context, namespace string) error
221

Callers 13

ValidateMethod · 0.65
NewWorkingMemoryManagerFunction · 0.65
ParseIntoMethod · 0.65
TestRecipeValidationFunction · 0.65
TestParameterValidationFunction · 0.65
TestExtensionValidationFunction · 0.65
ValidateMethod · 0.65
BuildMethod · 0.65
NewFunction · 0.65
mainFunction · 0.65
demonstrateBasicRecipeFunction · 0.65
testBasicWorkflowFunction · 0.65

Implementers 1

managerpkg/knowledge/manager.go

Calls

no outgoing calls

Tested by 3

TestRecipeValidationFunction · 0.52
TestParameterValidationFunction · 0.52
TestExtensionValidationFunction · 0.52