Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 编辑器内容
63
export
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
EditorArea
Function · 0.90
Calls
1
get
Method · 0.65
Tested by
no test coverage detected