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

Method WriteDailyNote

cli/workspace/memory/store.go:429–431  ·  view source on GitHub ↗

WriteDailyNote delegates to the daily note store.

(entry string)

Source from the content-addressed store, hash-verified

427
428// WriteDailyNote delegates to the daily note store.
429func (m *Manager) WriteDailyNote(entry string) error {
430 return m.Daily.WriteDailyNote(entry)
431}
432
433// GetRecentDailyNotes delegates to the daily note store.
434func (m *Manager) GetRecentDailyNotes(days int) []DailyNote {

Callers 3

Implementers 2

MockTokenManagerllm/token/mock_token_manager.go
TokenManagerllm/token/token_manager.go

Calls

no outgoing calls

Tested by 2