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

Interface InputDraftBackend

ui/backend.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "sort"
4
5type InputDraftBackend interface {
6 SetInputDraft(string)
7}
8
9func SetBackendInputDraft(backend RendererBackend, draft string) bool {
10 if setter, ok := backend.(InputDraftBackend); ok {

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