Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readMailboxState
Function · 0.85
Calls
1
mailboxDir
Function · 0.85
Tested by
no test coverage detected