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

Method span

deps/v8/tools/js/web-api-helper.mjs:244–246  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

242 }
243
244 static span(options) {
245 return this.element('span', options);
246 }
247
248 static table(options) {
249 return this.element('table', options);

Callers 3

formatMethod · 0.80
_measureFontMetricsMethod · 0.80
_appendVisualLinesMethod · 0.80

Calls 1

elementMethod · 0.95

Tested by

no test coverage detected