MCPcopy
hub / github.com/axios/axios / fn

Function fn

tests/unit/prototypePollution.test.js:1106–1106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1104
1105 const a = {};
1106 const b = { x: 1, fn() {} };
1107 utils.extend(a, b);
1108
1109 assert.strictEqual(a.x, 1);

Callers 4

forEachMethod · 0.85
asyncDecoratorFunction · 0.85
invokeFunction · 0.85
testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected