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

Method RenderWelcome

ui/fullscreen_backend.go:133–135  ·  view source on GitHub ↗
(sessionID string, skillRegistry *skills.SkillRegistry)

Source from the content-addressed store, hash-verified

131}
132
133func (b *FullscreenRendererBackend) RenderWelcome(sessionID string, skillRegistry *skills.SkillRegistry) {
134 b.AppendTranscript("LuminaCode\n")
135}
136
137func (b *FullscreenRendererBackend) GetInput(state any) (string, bool) {
138 b.PrepareRuntime()

Callers

nothing calls this directly

Calls 1

AppendTranscriptMethod · 0.95

Tested by

no test coverage detected