Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
560
function getStructuredContent<T>(result: CallToolResult): T | undefined {
561
return result.structuredContent as T | undefined;
562
}
563
564
function element<K extends keyof HTMLElementTagNameMap>(
565
tag: K,
Callers
1
boot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected