Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ Count
Method
Count
pkg/generic_sync/map.go:361–363 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
359
}
360
361
func
(m *MapOf[K, V]) Count() int {
362
return
len(m.dirty)
363
}
364
365
func
(m *MapOf[K, V]) Empty() bool {
366
return
m.Count() == 0
Callers
12
Empty
Method · 0.95
deleteFolder
Method · 0.80
calculateDepth
Function · 0.80
getStoragesByPath
Function · 0.80
GetStorages
Function · 0.80
GetSharings
Function · 0.80
GetSharingsByCreatorId
Function · 0.80
GetSSHPublicKeyByUserId
Function · 0.80
GetSSHPublicKeys
Function · 0.80
GetMetas
Function · 0.80
GetUsers
Function · 0.80
SearchNode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected