MCPcopy Create free account
hub / github.com/PatchMon/PatchMon / CountUsers

Method CountUsers

server-source-code/internal/db/querier.go:119–119  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

117 CountUnscannedHosts(ctx context.Context) (int64, error)
118 CountUpdateHistory(ctx context.Context, hostID string) (int32, error)
119 CountUsers(ctx context.Context) (int64, error)
120 CountUsersByRole(ctx context.Context, role string) (int64, error)
121 CountVolumes(ctx context.Context, arg CountVolumesParams) (int32, error)
122 CountVolumesByHostID(ctx context.Context, hostID string) (int32, error)

Callers 1

CountMethod · 0.65

Implementers 1

Queriesserver-source-code/internal/db/db.go

Calls

no outgoing calls

Tested by

no test coverage detected