MCPcopy Create free account
hub / github.com/experdot/pointer / renderTabEditor

Function renderTabEditor

src/renderer/src/utils/tabRegistry.ts:63–69  ·  view source on GitHub ↗
(tab: Tab)

Source from the content-addressed store, hash-verified

61
62// 渲染 tab 编辑器内容
63export function renderTabEditor(tab: Tab): ReactNode {
64 const config = tabTypeRegistry.get(tab.type)
65 if (!config) {
66 return null
67 }
68 return config.renderEditor(tab)
69}

Callers 1

EditorAreaFunction · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected