Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ indexCmd
Struct
indexCmd
cmd/pk/index.go:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
)
28
29
type
indexCmd
struct
{
30
wipe bool
31
insecureTLS bool
32
}
33
34
func
init() {
35
cmdmain.RegisterMode(
"index"
,
func
(flags *flag.FlagSet) cmdmain.CommandRunner {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected