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

Method getCapturedIssue

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

Source from the content-addressed store, hash-verified

136}
137
138func (m *changeMock) getCapturedIssue() map[string]any {
139 m.mu.Lock()
140 defer m.mu.Unlock()
141 return m.capturedIssue
142}
143
144func (m *changeMock) getCapturedRollout() map[string]any {
145 m.mu.Lock()

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected