* 获取空结构 * @returns {Object}
()
| 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 | * 分类单个提交 |
no outgoing calls
no test coverage detected