MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / cleanLastConnTime

Method cleanLastConnTime

drivers/smb/util.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (d *SMB) cleanLastConnTime() {
22 d.lastConnTime.Store(0)
23}
24
25func (d *SMB) getLastConnTime() time.Time {
26 return time.Unix(d.lastConnTime.Load(), 0)

Callers 8

ListMethod · 0.95
LinkMethod · 0.95
MakeDirMethod · 0.95
MoveMethod · 0.95
RenameMethod · 0.95
CopyMethod · 0.95
RemoveMethod · 0.95
PutMethod · 0.95

Calls 1

StoreMethod · 0.45

Tested by

no test coverage detected