MCPcopy Index your code
hub / github.com/anomalyco/opencode / panelMenu

Function panelMenu

packages/opencode/test/cli/run/footer.view.test.tsx:284–288  ·  view source on GitHub ↗
(root: BoxRenderable | RootRenderable)

Source from the content-addressed store, hash-verified

282}
283
284function panelMenu(root: BoxRenderable | RootRenderable) {
285 const panel = child(child(root, 0), 0)
286 const content = child(panel, 0)
287 return child(content.getChildren().at(-1) as BoxRenderable, 0)
288}
289
290test("direct footer composer area does not adopt footer surface", async () => {
291 const surface = RGBA.fromHex("#123456")

Callers 1

Calls 2

atMethod · 0.80
childFunction · 0.70

Tested by

no test coverage detected