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

Method GetAllBalancesWithFilter

database/repository.go:109–109  ·  view source on GitHub ↗

Updates only the identity_id of a balance Advanced filtering methods

(ctx context.Context, filters *filter.QueryFilterSet, limit, offset int)

Source from the content-addressed store, hash-verified

107
108 // Advanced filtering methods
109 GetAllBalancesWithFilter(ctx context.Context, filters *filter.QueryFilterSet, limit, offset int) ([]model.Balance, error) // Retrieves balances with advanced filtering
110 GetAllBalancesWithFilterAndOptions(ctx context.Context, filters *filter.QueryFilterSet, opts *filter.QueryOptions, limit, offset int) ([]model.Balance, *int64, error) // Retrieves balances with filtering, sorting, and count
111}
112

Callers 2

GetBalancesMethod · 0.65

Implementers 2

Datasourcedatabase/db.go
MockDataSourcedatabase/mocks/repo_mocks.go

Calls

no outgoing calls

Tested by

no test coverage detected