MCPcopy Index your code
hub / github.com/ZToolsCenter/ZTools / getDetachedWindowSizeKey

Function getDetachedWindowSizeKey

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

Source from the content-addressed store, hash-verified

80 * 分离窗口尺寸按插件有效名称持久化,避免开发版和安装版串用。
81 */
82export function getDetachedWindowSizeKey(pluginName: string): string {
83 return pluginName
84}

Callers 3

persistWindowSizeMethod · 0.90
getStoredDetachedSizeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected