MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Count

Method Count

service/universally/get.go:97–99  ·  view source on GitHub ↗
(ctx context.Context, keyword string, condition map[string]interface{})

Source from the content-addressed store, hash-verified

95}
96
97func (s *imlServiceGet[T, E]) Count(ctx context.Context, keyword string, condition map[string]interface{}) (int64, error) {
98 return s.store.Count(ctx, keyword, condition)
99}
100
101func (s *imlServiceGet[T, E]) CountByGroup(ctx context.Context, keyword string, condition map[string]interface{}, groupBy string) (map[string]int64, error) {
102 return s.store.CountByGroup(ctx, keyword, condition, groupBy)

Callers

nothing calls this directly

Calls 1

CountMethod · 0.65

Tested by

no test coverage detected