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

Method CountNetworks

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

Source from the content-addressed store, hash-verified

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)
111 CountPatchRuns(ctx context.Context, arg CountPatchRunsParams) (int64, error)

Callers 1

ListNetworksMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected