Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/digitalbazaar/jsonld.js
/ makeEvents
Function
makeEvents
tests/misc.js:491–493 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
489
490
// create event structure
491
function
makeEvents() {
492
return
{counts: {}, log: []};
493
}
494
495
// track event and counts
496
// use simple count object (don't use tricky test keys!)
Callers
2
_test
Function · 0.85
misc.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected