MCPcopy
hub / github.com/webpack/webpack / _ix

Function _ix

lib/css/syntax.js:1741–1741  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

1739// identity casts that just satisfy the type system at the boundary.
1740/** @type {(n: Node) => number} */
1741const _ix = (n) => /** @type {number} */ (/** @type {unknown} */ (n));
1742/** @type {(i: number) => Node} */
1743const _ref = (i) => /** @type {Node} */ (/** @type {unknown} */ (i));
1744

Callers 4

useSoaBackendFunction · 0.85
walkValueFunction · 0.85
walkRuleFunction · 0.85
syntax.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected