Documentation
¶
Overview ¶
Package indexpath provides utilities for managing index directory paths with support for the new zoekt_data subdirectory structure.
Index ¶
Constants ¶
View Source
const (
// ZoektDataDir is the name of the subdirectory for index files
ZoektDataDir = "zoekt_data"
)
Variables ¶
This section is empty.
Functions ¶
func GetIndexPath ¶
GetIndexPath returns the appropriate index path based on the base directory. If a zoekt_data subdirectory exists and contains index files, use it. If the base directory has index files, use the base directory. Otherwise, create and use the zoekt_data subdirectory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.