MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / messageHash

Function messageHash

sessionmemory/store.go:735–740  ·  view source on GitHub ↗
(userTurn int, role string, content []byte)

Source from the content-addressed store, hash-verified

733 ORDER BY m.last_accessed_at ASC, m.id ASC LIMIT ?`, lastCommitted, extra)
734 if err != nil {
735 return err
736 }
737 var ids []int64
738 for rows.Next() {
739 var id int64
740 if err := rows.Scan(&id); err != nil {
741 rows.Close()
742 return err
743 }

Callers 1

IngestMessagesMethod · 0.85

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected