MCPcopy Index your code
hub / github.com/nilbuild/developer-roadmap / init

Method init

src/components/InteractiveRoadmap/roadmap.js:87–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 init() {
88 window.addEventListener("DOMContentLoaded", this.onDOMLoaded);
89 window.addEventListener("click", this.handleRoadmapClick);
90 }
91}
92
93const roadmap = new Roadmap();

Callers 1

roadmap.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected