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

Method hide

deps/v8/tools/system-analyzer/view/tool-tip.mjs:127–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 hide() {
128 this._content = undefined;
129 if (this._isHidden) return;
130 this._isHidden = true;
131 this.bodyNode.style.display = 'none';
132 this.targetNode = undefined;
133 }
134
135 show() {
136 if (!this._isHidden) return;

Callers 2

constructorMethod · 0.95
_setContentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected