Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ SetInputDraft
Method
SetInputDraft
ui/backend.go:6–6 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
4
5
type
InputDraftBackend
interface
{
6
SetInputDraft(string)
7
}
8
9
func
SetBackendInputDraft(backend RendererBackend, draft string) bool {
Callers
1
SetBackendInputDraft
Function · 0.65
Implementers
2
FullscreenRendererBackend
ui/fullscreen_backend.go
TerminalRendererBackend
ui/terminal_backend.go
Calls
no outgoing calls
Tested by
no test coverage detected