MCPcopy Index your code
hub / github.com/git-bug/git-bug / DocCount

Method DocCount

repository/repo.go:109–109  ·  view source on GitHub ↗

DocCount returns the number of document in the index.

()

Source from the content-addressed store, hash-verified

107
108 // DocCount returns the number of document in the index.
109 DocCount() (uint64, error)
110
111 // Remove delete one document in the index.
112 Remove(id string) error

Callers 3

LoadMethod · 0.65
TestCacheFunction · 0.65
DocCountMethod · 0.65

Implementers 1

bleveIndexrepository/index_bleve.go

Calls

no outgoing calls

Tested by 1

TestCacheFunction · 0.52