MCPcopy
hub / github.com/SurgeDM/Surge / Flush

Method Flush

internal/engine/single/downloader.go:275–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273}
274
275func (w *progressReader) Flush() {
276 w.flushWithTime(time.Now())
277}
278
279func (w *progressReader) flushWithTime(now time.Time) {
280 if w.state == nil {

Calls 1

flushWithTimeMethod · 0.95