Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
82
export
function
getDetachedWindowSizeKey(pluginName: string): string {
83
return
pluginName
84
}
Callers
3
persistWindowSize
Method · 0.90
getStoredDetachedSize
Method · 0.90
pluginRuntimeNamespace.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected