MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / getEmptyStructure

Method getEmptyStructure

scripts/update-template.js:595–608  ·  view source on GitHub ↗

* 获取空结构 * @returns {Object}

()

Source from the content-addressed store, hash-verified

593 * @returns {Object}
594 */
595 static getEmptyStructure() {
596 return {
597 core: [],
598 plugins: {
599 general: [],
600 specific: {}
601 },
602 stats: {
603 totalCommits: 0,
604 coreCommits: 0,
605 pluginCommits: 0
606 }
607 };
608 }
609
610 /**
611 * 分类单个提交

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected