MCPcopy
hub / github.com/dnote/dnote / RunEFunc

FuncType RunEFunc

pkg/cli/infra/init.go:47–47  ·  view source on GitHub ↗

RunEFunc is a function type of dnote commands

func(*cobra.Command, []string) error

Source from the content-addressed store, hash-verified

45
46// RunEFunc is a function type of dnote commands
47type RunEFunc func(*cobra.Command, []string) error
48
49func checkLegacyDBPath() (string, bool) {
50 legacyDnoteDir := getLegacyDnotePath(dirs.Home)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected