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

Method DeleteAccount

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

Source from the content-addressed store, hash-verified

383}
384
385func (m *MockDataSource) DeleteAccount(id string) error {
386 args := m.Called(id)
387 return args.Error(0)
388}
389
390// BalanceMonitor methods
391

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected