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

Function readMailboxState

test/a2aProtocol.test.js:637–639  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

635 }
636
637 function readMailboxState() {
638 return JSON.parse(fs.readFileSync(mailboxStatePath(), 'utf8'));
639 }
640
641 function seedMailboxSecret(secret, version, source) {
642 const store = new MailboxStore(mailboxDir());

Callers 1

Calls 2

mailboxStatePathFunction · 0.85
parseMethod · 0.80

Tested by

no test coverage detected