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

Function firstNonEmpty

ui/runtime.go:791–798  ·  view source on GitHub ↗
(values ...string)

Source from the content-addressed store, hash-verified

789 case []any:
790 blocks := make([]map[string]any, 0, len(typed))
791 for _, raw := range typed {
792 if block, ok := raw.(map[string]any); ok {
793 blocks = append(blocks, block)
794 }
795 }
796 return blocks
797 default:
798 return nil
799 }
800}
801

Callers 15

buildTaskBlocksMethod · 0.70
syncInputFromFrameMethod · 0.70
formatInputMetaMethod · 0.70
FormatFullscreenModalFunction · 0.70
renderInputRegionMethod · 0.70
formatInputPromptLineMethod · 0.70
renderStatusRegionMethod · 0.70
renderHeaderMethod · 0.70
permissionModalStateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected