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

Function getTabTypeConfig

src/renderer/src/utils/tabRegistry.ts:28–30  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

26
27// 获取 tab 类型配置
28export function getTabTypeConfig(type: string): TabTypeConfig | undefined {
29 return tabTypeRegistry.get(type)
30}
31
32// 获取所有已注册的 tab 类型
33export function getAllTabTypes(): string[] {

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected