MCPcopy Create free account
hub / github.com/Waishnav/devspace / getStructuredContent

Function getStructuredContent

src/ui/workspace-app.tsx:560–562  ·  view source on GitHub ↗
(result: CallToolResult)

Source from the content-addressed store, hash-verified

558}
559
560function getStructuredContent<T>(result: CallToolResult): T | undefined {
561 return result.structuredContent as T | undefined;
562}
563
564function element<K extends keyof HTMLElementTagNameMap>(
565 tag: K,

Callers 1

bootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected