MCPcopy
hub / github.com/lodash/lodash / message

Function message

test/test.js:840–842  ·  test/test.js::message
(lodashMethod, nativeMethod)

Source from the content-addressed store, hash-verified

838 assert.expect(6);
839
840 function message(lodashMethod, nativeMethod) {
841 return class="st">'`' + lodashMethod + class="st">'` should avoid overwritten native `' + nativeMethod + class="st">'`';
842 }
843
844 function Foo() {
845 this.a = 1;

Callers 1

test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected