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

Function formatAssistantTranscriptText

ui/runtime.go:724–726  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

722 }
723 }
724 return entries
725}
726
727func appendTranscriptSnapshotEntry(entries []map[string]any, kind, text string) []map[string]any {
728 text = strings.TrimSpace(text)
729 if text == "" {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected