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

Method GetAllIdentities

database/mocks/repo_mocks.go:434–437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

432}
433
434func (m *MockDataSource) GetAllIdentities() ([]model.Identity, error) {
435 args := m.Called()
436 return args.Get(0).([]model.Identity), args.Error(1)
437}
438
439func (m *MockDataSource) GetAllIdentitiesPaginated(limit, offset int) ([]model.Identity, error) {
440 args := m.Called(limit, offset)

Callers

nothing calls this directly

Calls 2

GetMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected