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

Method run

cmd/nvidia-validator/main.go:1627–1631  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1625}
1626
1627func (c *Metrics) run() error {
1628 m := NewNodeMetrics(c.ctx, metricsPort)
1629
1630 return m.Run()
1631}
1632
1633func (v *VfioPCI) validate() error {
1634 ctx := v.ctx

Callers 1

validateComponentFunction · 0.95

Calls 2

RunMethod · 0.95
NewNodeMetricsFunction · 0.85

Tested by

no test coverage detected