MCPcopy Create free account
hub / github.com/ygs-code/vue / noop

Function noop

vue.js:385–386  ·  view source on GitHub ↗

* Perform no operation. * Stubbing args to make Flow happy without leaving useless transpiled code * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/)

(a, b, c)

Source from the content-addressed store, hash-verified

383
384 */
385 function noop(a, b, c) {
386 }
387
388 /**
389 * Always return false.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected