MCPcopy Create free account
hub / github.com/bytebase/bytebase / defaultPlanCheckDone

Function defaultPlanCheckDone

backend/api/mcp/tool_change_test.go:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func defaultPlanCheckDone() map[string]any {
61 return map[string]any{
62 "status": "DONE",
63 "results": []any{},
64 }
65}
66
67func defaultIssueResponse(approvalStatus string) map[string]any {
68 return map[string]any{

Callers 2

newChangeMockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected