MCPcopy Create free account
hub / github.com/Lobos/react-ui / noop

Function noop

test/utils/merge.js:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import merge from '../../src/utils/merge';
3
4const noop = function () {};
5let Person = function (firstname, lastname) {
6 this.firstname = firstname;
7 this.lastname = lastname;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…