MCPcopy Create free account
hub / github.com/alibaba/open-code-review / Execute

Method Execute

internal/llmloop/loop_test.go:89–91  ·  view source on GitHub ↗
(_ context.Context, _ map[string]any)

Source from the content-addressed store, hash-verified

87
88func (f *fakeFileReadProvider) Tool() tool.Tool { return tool.FileRead }
89func (f *fakeFileReadProvider) Execute(_ context.Context, _ map[string]any) (string, error) {
90 return f.result, nil
91}
92
93func newTestDeps(client llm.LLMClient) Deps {
94 reg := tool.NewRegistry()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected