Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ String
Method
String
pkg/index/index.go:412–414 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
410
}
411
412
func
(x *Index) String() string {
413
return
fmt.Sprintf(
"Perkeep index, using key/value implementation %T"
, x.s)
414
}
415
416
func
(x *Index) isEmpty() bool {
417
iter := x.s.Find(
""
,
""
)
Callers
15
NewOwner
Function · 0.45
GetBlobMeta
Method · 0.45
KeyId
Method · 0.45
SearchPermanodesWithAttr
Method · 0.45
PathsOfSignerTarget
Method · 0.45
ExistingFileSchemas
Method · 0.45
GetFileInfo
Method · 0.45
GetImageInfo
Method · 0.45
GetMediaTags
Method · 0.45
GetFileLocation
Method · 0.45
EdgesTo
Method · 0.45
GetDirMembers
Method · 0.45
Calls
no outgoing calls
Tested by
3
TestFixMissingWholeref
Function · 0.36
BenchmarkCorpusFromStorage
Function · 0.36
testEnumerateOrder
Function · 0.36