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

Method Mount

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

Source from the content-addressed store, hash-verified

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

Implementers 3

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

Calls

no outgoing calls