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

Function getPluginDataPrefix

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

Source from the content-addressed store, hash-verified

52 * pluginName 即有效名称(开发版已含 `__dev`),直接用作命名空间。
53 */
54export function getPluginDataPrefix(pluginName: string): string {
55 return `PLUGIN/${pluginName}/`
56}
57
58/**
59 * 生成插件私有文档的完整 `_id`。

Callers 6

isFeatureMainHideMethod · 0.90
getPluginDbDataMethod · 0.90
getPluginPrefixMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected