MCPcopy
hub / github.com/webpack/webpack / mark

Method mark

lib/css/syntax.js:1997–1999  ·  view source on GitHub ↗

* Mark (CSS Syntax §3 "mark") — push the current cursor position. * @returns {void}

()

Source from the content-addressed store, hash-verified

1995 * @returns {void}
1996 */
1997 mark() {
1998 this._marks.push(this._pos);
1999 }
2000
2001 /**
2002 * Restore a mark (CSS Syntax §3 "restore a mark") — pop the last mark and

Callers 3

consumeABlocksContentsFunction · 0.80
index.jsFile · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected