MCPcopy Create free account
hub / github.com/esengine/esengine / exportJSON

Method exportJSON

packages/core/src/Plugins/DebugPlugin.ts:354–357  ·  view source on GitHub ↗

* 导出调试数据为 JSON

()

Source from the content-addressed store, hash-verified

352 * 导出调试数据为 JSON
353 */
354 public exportJSON(): string {
355 const stats = this.getStats();
356 return JSON.stringify(stats, null, 2);
357 }
358}

Callers 1

Calls 2

getStatsMethod · 0.95
stringifyMethod · 0.80

Tested by

no test coverage detected