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

Function sortedStringMapKeys

ui/fullscreen_backend.go:1933–1940  ·  view source on GitHub ↗
(values map[string]V)

Source from the content-addressed store, hash-verified

1931}
1932
1933type fullscreenTranscriptWriter struct {
1934 backend *FullscreenRendererBackend
1935}
1936
1937func (w fullscreenTranscriptWriter) Write(p []byte) (int, error) {
1938 if w.backend != nil {
1939 w.backend.AppendTranscript(string(p))
1940 }
1941 return len(p), nil
1942}
1943

Callers 1

buildTaskBlocksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected