Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ isInputEditable
Method
isInputEditable
ui/fullscreen_backend.go:841–843 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
839
}
840
841
func
(b *FullscreenRendererBackend) isInputEditable() bool {
842
return
b.PendingPermission || b.PendingInput || b.InputEnabled
843
}
844
845
func
(b *FullscreenRendererBackend) formatInputMeta() string {
846
if
b.PendingSelection {
Callers
1
refreshControls
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected