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

Function SetBackendInputDraft

ui/backend.go:9–15  ·  view source on GitHub ↗
(backend RendererBackend, draft string)

Source from the content-addressed store, hash-verified

7}
8
9func SetBackendInputDraft(backend RendererBackend, draft string) bool {
10 if setter, ok := backend.(InputDraftBackend); ok {
11 setter.SetInputDraft(draft)
12 return true
13 }
14 return false
15}
16
17type TaskSignature struct {
18 Status any

Callers

nothing calls this directly

Calls 1

SetInputDraftMethod · 0.65

Tested by

no test coverage detected