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

Method GetAllIdentities

identity.go:85–87  ·  view source on GitHub ↗

GetAllIdentities retrieves all identities from the database. Returns: - []model.Identity: A slice of Identity models. - error: An error if the identities could not be retrieved.

()

Source from the content-addressed store, hash-verified

83// - []model.Identity: A slice of Identity models.
84// - error: An error if the identities could not be retrieved.
85func (l *LedgerForge) GetAllIdentities() ([]model.Identity, error) {
86 return l.datasource.GetAllIdentities()
87}
88
89// GetAllIdentitiesWithFilter retrieves identities using advanced filters.
90//

Callers 1

TestGetAllIdentitiesFunction · 0.95

Calls 1

GetAllIdentitiesMethod · 0.65

Tested by 1

TestGetAllIdentitiesFunction · 0.76