MCPcopy
hub / github.com/vercel/next.js / continueChain

Method continueChain

test/lib/browsers/playwright.ts:652–654  ·  view source on GitHub ↗

A call that expects to be chained after a previous call, because it needs its value.

(nextCall: (value: TCurrent) => Promise<TNext>)

Source from the content-addressed store, hash-verified

650
651 /** A call that expects to be chained after a previous call, because it needs its value. */
652 private continueChain<TNext>(nextCall: (value: TCurrent) => Promise<TNext>) {
653 return this._chain(true, nextCall)
654 }
655
656 /** Start a chain. If continuing, it overwrites the current chained value. */
657 private startChain<TNext>(nextCall: () => TNext | Promise<TNext>) {

Callers 8

getValueMethod · 0.95
textMethod · 0.95
typeMethod · 0.95
moveToMethod · 0.95
getComputedCssMethod · 0.95
getAttributeMethod · 0.95
clickMethod · 0.95
touchStartMethod · 0.95

Calls 1

_chainMethod · 0.95

Tested by

no test coverage detected