MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Refresh

Method Refresh

pkg/filemanager/lock/memlock.go:32–32  ·  view source on GitHub ↗
(now time.Time, duration time.Duration, token string)

Source from the content-addressed store, hash-verified

30 Unlock(now time.Time, tokens ...string) error
31 Confirm(now time.Time, requests LockInfo) (func(), string, error)
32 Refresh(now time.Time, duration time.Duration, token string) (LockDetails, error)
33}
34
35// LockDetails are a lock's metadata.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected