MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / DeleteIdentity

Method DeleteIdentity

database/mocks/repo_mocks.go:469–472  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

467}
468
469func (m *MockDataSource) DeleteIdentity(id string) error {
470 args := m.Called(id)
471 return args.Error(0)
472}
473
474// Reconciliation methods
475

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected