We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ccce1 commit c522f90Copy full SHA for c522f90
pkg/launcher/bundle/updater.go
@@ -58,10 +58,6 @@ func (u *Updater) DisableTimestampVerification() {
58
u.timestampFilePath = ""
59
}
60
61
-func (u *Updater) IsTimestampVerificationEnabled() bool {
62
- return u.timestampFilePath == ""
63
-}
64
-
65
func (u *Updater) SetStatusCallback(statusCallback func(UpdaterStatus, uint64)) {
66
u.statusCallback = statusCallback
67
0 commit comments