Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DebugPlugin.test.ts
File · 0.80
Calls
2
getStats
Method · 0.95
stringify
Method · 0.80
Tested by
no test coverage detected