MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / init

Function init

tests/loadtest/tools/dashboard/app.js:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33};
34
35async function init() {
36 bindEvents();
37 await refreshRuns();
38}
39
40function bindEvents() {
41 elements.refreshButton.addEventListener("click", () => {

Callers 1

app.jsFile · 0.70

Calls 2

bindEventsFunction · 0.85
refreshRunsFunction · 0.85

Tested by

no test coverage detected