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

Function Clear

internal/search/build.go:194–196  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

192}
193
194func Clear(ctx context.Context) error {
195 return instance.Clear(ctx)
196}
197
198func Config(ctx context.Context) searcher.Config {
199 return instance.Config()

Callers 2

BuildIndexFunction · 0.92
ClearIndexFunction · 0.92

Calls 1

ClearMethod · 0.65

Tested by

no test coverage detected