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

Function fullscreenTaskBlockSignature

ui/fullscreen_backend.go:1428–1430  ·  view source on GitHub ↗
(block map[string]any)

Source from the content-addressed store, hash-verified

1426}
1427
1428func fullscreenTaskBlockSignature(block map[string]any) [3]string {
1429 return [3]string{stringFromAny(block["kind"]), stringFromAny(block["key"]), stringFromAny(block["text"])}
1430}
1431
1432func sharedTranscriptPrefix(a, b [][2]string) int {
1433 limit := minInt(len(a), len(b))

Callers 1

syncTasksFromFrameMethod · 0.85

Calls 1

stringFromAnyFunction · 0.70

Tested by

no test coverage detected