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

Function getPluginSessionPartition

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

Source from the content-addressed store, hash-verified

66 * 生成插件主视图与插件子窗口共享的 Session partition。
67 */
68export function getPluginSessionPartition(pluginName: string): string {
69 return `persist:${pluginName}`
70}
71
72/**
73 * 生成插件 zbrowser 专用 Session partition。

Callers 3

setupPluginSessionMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected