Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
78
function
newAssertionId(index) {
79
return
`a${String(index + 1).padStart(2,
'0'
)}`;
80
}
81
82
// ─── Atomic writes ───────────────────────────────────────────────────────────
83
Callers
2
contract.test.js
File · 0.85
parseAssertions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected