MCPcopy Create free account
hub / github.com/cloudbase/garm / ForceUpdateInstance

Method ForceUpdateInstance

database/sql/instances.go:398–400  ·  view source on GitHub ↗
(ctx context.Context, instanceName string, param params.UpdateInstanceParams)

Source from the content-addressed store, hash-verified

396}
397
398func (s *sqlDatabase) ForceUpdateInstance(ctx context.Context, instanceName string, param params.UpdateInstanceParams) (params.Instance, error) {
399 return s.updateInstance(ctx, instanceName, param, true)
400}
401
402func (s *sqlDatabase) UpdateInstance(ctx context.Context, instanceName string, param params.UpdateInstanceParams) (params.Instance, error) {
403 return s.updateInstance(ctx, instanceName, param, false)

Callers

nothing calls this directly

Calls 1

updateInstanceMethod · 0.95

Tested by

no test coverage detected