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

Method getPluginDataStats

src/main/api/shared/database.ts:722–728  ·  view source on GitHub ↗

* 公共方法:获取所有插件的数据统计

()

Source from the content-addressed store, hash-verified

720 * 公共方法:获取所有插件的数据统计
721 */
722 public async getPluginDataStats(): Promise<{
723 success: boolean
724 data?: PluginDataRecord[]
725 error?: string
726 }> {
727 return await this._getPluginDataStats()
728 }
729
730 /**
731 * 公共方法:获取指定插件的所有文档 key

Callers 2

setupIPCMethod · 0.80

Calls 1

_getPluginDataStatsMethod · 0.95

Tested by

no test coverage detected