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

Method CountImages

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

Source from the content-addressed store, hash-verified

105 CountHosts(ctx context.Context) (int64, error)
106 CountHostsForPackage(ctx context.Context, arg CountHostsForPackageParams) (int32, error)
107 CountImages(ctx context.Context, arg CountImagesParams) (int32, error)
108 CountNetworks(ctx context.Context, arg CountNetworksParams) (int32, error)
109 CountNetworksByHostID(ctx context.Context, hostID string) (int32, error)
110 CountPackages(ctx context.Context, arg CountPackagesParams) (int32, error)

Callers 1

ListImagesMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected