MCPcopy
hub / github.com/ZToolsCenter/ZTools / getPluginZBrowserPartition

Function getPluginZBrowserPartition

src/shared/pluginRuntimeNamespace.ts:75–77  ·  view source on GitHub ↗
(pluginName: string)

Source from the content-addressed store, hash-verified

73 * 生成插件 zbrowser 专用 Session partition。
74 */
75export function getPluginZBrowserPartition(pluginName: string): string {
76 return `${pluginName}.zbrowser`
77}
78
79/**
80 * 分离窗口尺寸按插件有效名称持久化,避免开发版和安装版串用。

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected