MCPcopy Create free account
hub / github.com/NVIDIA/gpu-operator / Name

Method Name

internal/state/state.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34type State interface {
35 Name() string
36 Description() string
37 Sync(ctx context.Context, customResource interface{}, infoCatalog InfoCatalog) (SyncState, error)
38 GetWatchSources(ctrlManager) map[string]SyncingSource

Callers 4

GetFilesWithSuffixFunction · 0.65
SyncStateMethod · 0.65
makeTestDriverFunction · 0.65

Calls

no outgoing calls

Tested by 1

makeTestDriverFunction · 0.52