Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
func
(d *SMB) cleanLastConnTime() {
22
d.lastConnTime.Store(0)
23
}
24
25
func
(d *SMB) getLastConnTime() time.Time {
26
return
time.Unix(d.lastConnTime.Load(), 0)
Callers
8
List
Method · 0.95
Link
Method · 0.95
MakeDir
Method · 0.95
Move
Method · 0.95
Rename
Method · 0.95
Copy
Method · 0.95
Remove
Method · 0.95
Put
Method · 0.95
Calls
1
Store
Method · 0.45
Tested by
no test coverage detected