Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
forEach
Method · 0.85
asyncDecorator
Function · 0.85
invoke
Function · 0.85
test
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected