MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / IsInstalling

Method IsInstalling

internal/nodes/upgrade_manager.go:82–84  ·  view source on GitHub ↗

IsInstalling 检查是否正在安装

()

Source from the content-addressed store, hash-verified

80
81// IsInstalling 检查是否正在安装
82func (this *UpgradeManager) IsInstalling() bool {
83 return this.isInstalling
84}
85
86func (this *UpgradeManager) install() error {
87 // 检查是否有已下载但未安装成功的

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected