MCPcopy
hub / github.com/Doorman11991/smallcode / newAssertionId

Function newAssertionId

src/session/contract.js:78–80  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

76}
77
78function newAssertionId(index) {
79 return `a${String(index + 1).padStart(2, '0')}`;
80}
81
82// ─── Atomic writes ───────────────────────────────────────────────────────────
83

Callers 2

contract.test.jsFile · 0.85
parseAssertionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected