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