MCPcopy Create free account
hub / github.com/massCodeIO/massCode / getMathStatePath

Function getMathStatePath

src/main/storage/providers/markdown/doctor.ts:675–677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

673}
674
675function getMathStatePath(): string {
676 return getSpaceStatePath(getVaultPath(), 'math')
677}
678
679function readNormalizedMathState(): {
680 changed: boolean

Callers 3

readNormalizedMathStateFunction · 0.85
scanMathFunction · 0.85
repairMathStateFunction · 0.85

Calls 2

getSpaceStatePathFunction · 0.90
getVaultPathFunction · 0.90

Tested by

no test coverage detected