MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / newLevelStats

Function newLevelStats

scripts/fungrim/guard-census.ts:69–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67};
68
69function newLevelStats(): LevelStats {
70 return {
71 entries: 0,
72 assumable: 0,
73 dischargeable: 0,
74 failed: 0,
75 reasons: {},
76 examples: {},
77 };
78}
79
80function classifyEntry(
81 ce: ReturnType<typeof createEngine>,

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected