MCPcopy Create free account
hub / github.com/nodejs/node / getHtmlCodeLines

Method getHtmlCodeLines

deps/v8/tools/turbolizer/src/views/code-view.ts:214–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 }
213
214 private getHtmlCodeLines(): NodeListOf<HTMLElement> {
215 const orderList = this.divNode.querySelector(`#${this.getCodeHtmlElementName()} ol`);
216 return orderList.childNodes as NodeListOf<HTMLElement>;
217 }
218
219 private onSelectLine(lineNumber: number, doClear: boolean) {
220 if (doClear) {

Callers 1

initializeCodeMethod · 0.95

Calls 1

Tested by

no test coverage detected