MCPcopy Create free account
hub / github.com/axios/axios / method

Function method

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

Source from the content-addressed store, hash-verified

1117 const ctx = { tag: 'ctx' };
1118 const b = {
1119 method() {
1120 return this.tag;
1121 },
1122 };
1123 utils.extend(a, b, ctx);
1124

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected