MCPcopy Create free account
hub / github.com/diillson/chatcli / defaultExportDir

Function defaultExportDir

cli/export_command.go:68–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func defaultExportDir() (string, error) {
69 home, err := utils.GetHomeDir()
70 if err != nil {
71 return "", err
72 }
73 return filepath.Join(home, ".chatcli", "exports"), nil
74}

Callers 1

handleExportCommandMethod · 0.85

Calls 1

GetHomeDirFunction · 0.92

Tested by

no test coverage detected