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

Method Update

ui/runtime.go:67–67  ·  view source on GitHub ↗
(RenderFrame)

Source from the content-addressed store, hash-verified

65
66type RendererBackend interface {
67 Mount(RenderFrame)
68 Update(RenderFrame)
69 ShowModal(map[string]any)
70 ClearModal()

Callers 1

FlushMethod · 0.65

Implementers 3

WSRendererBridgebackend/bridge.go
permissionBackendtest/ui_runtime_parity_test.go
FullscreenRendererBackendui/fullscreen_backend.go

Calls

no outgoing calls

Tested by

no test coverage detected