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

Function fullscreenBlockSignature

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

Source from the content-addressed store, hash-verified

1422}
1423
1424func fullscreenBlockSignature(block map[string]any) [2]string {
1425 return [2]string{stringFromAny(block["kind"]), stringFromAny(block["text"])}
1426}
1427
1428func fullscreenTaskBlockSignature(block map[string]any) [3]string {
1429 return [3]string{stringFromAny(block["kind"]), stringFromAny(block["key"]), stringFromAny(block["text"])}

Callers 1

Calls 1

stringFromAnyFunction · 0.70

Tested by

no test coverage detected