MCPcopy 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
5type InputDraftBackend interface {
6 SetInputDraft(string)
7}
8
9func SetBackendInputDraft(backend RendererBackend, draft string) bool {

Callers 1

SetBackendInputDraftFunction · 0.65

Implementers 2

FullscreenRendererBackendui/fullscreen_backend.go
TerminalRendererBackendui/terminal_backend.go

Calls

no outgoing calls

Tested by

no test coverage detected