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

Method GetHistoryFilePath

cli/history_manager.go:58–60  ·  view source on GitHub ↗

GetHistoryFilePath retorna o caminho atual do arquivo de histórico

()

Source from the content-addressed store, hash-verified

56
57// GetHistoryFilePath retorna o caminho atual do arquivo de histórico
58func (hm *HistoryManager) GetHistoryFilePath() string {
59 return hm.historyFile
60}
61
62// getMaxHistorySizeFromEnv lê a variável de ambiente HISTORY_MAX_SIZE e retorna o valor em bytes.
63// Agora aceita valores como "50MB", "100KB", "1GB", etc.

Callers 1

showConfigGeneralMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected