MCPcopy Index your code
hub / github.com/nodejs/node / apply

Method apply

deps/v8/tools/turbolizer/src/common/view-elements.ts:27–30  ·  view source on GitHub ↗
(doApply: boolean)

Source from the content-addressed store, hash-verified

25 }
26
27 public apply(doApply: boolean): void {
28 if (!doApply || this.scrollTop === undefined) return;
29 this.container.scrollTop = this.scrollTop;
30 }
31
32 private computeScrollTop(element: HTMLElement): number {
33 const height = this.container.offsetHeight;

Callers 15

updateSelectionMethod · 0.95
selectElementsMethod · 0.95
updateSelectionMethod · 0.95
updateSelectionMethod · 0.95
parseCommaPartsFunction · 0.45
expand_Function · 0.45
mockFunction · 0.45
partialFunction · 0.45
apply1Function · 0.45
apply2Function · 0.45
apply3Function · 0.45
apply4Function · 0.45

Calls

no outgoing calls

Tested by 4

testFunction · 0.36
testFunction · 0.36
testFunction · 0.36
testFunction · 0.36