MCPcopy Create free account
hub / github.com/EvoMap/evolver / mailboxStatePath

Function mailboxStatePath

test/a2aProtocol.test.js:633–635  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

631 }
632
633 function mailboxStatePath() {
634 return path.join(mailboxDir(), 'state.json');
635 }
636
637 function readMailboxState() {
638 return JSON.parse(fs.readFileSync(mailboxStatePath(), 'utf8'));

Callers 1

readMailboxStateFunction · 0.85

Calls 1

mailboxDirFunction · 0.85

Tested by

no test coverage detected