MCPcopy
hub / github.com/Kong/insomnia / push

Method push

packages/insomnia/bin/yarn-standalone.js:104654–104659  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104652 }
104653
104654 push() {
104655 var objs = _.map(arguments, val => new Choice(val));
104656 this.choices.push.apply(this.choices, objs);
104657 this.realChoices = this.choices.filter(Separator.exclude);
104658 return this.choices;
104659 }
104660};
104661
104662

Callers 15

stepFunction · 0.45
__readFunction · 0.45
verbFunction · 0.45
yarn-standalone.jsFile · 0.45
entriesFunction · 0.45
opensslKeyDerivFunction · 0.45
bufferSplitFunction · 0.45
addRSAMissingFunction · 0.45
publicFromPrivateECDSAFunction · 0.45
chalkTagFunction · 0.45
fetchRequestFromCwdMethod · 0.45

Calls 2

mapMethod · 0.80
filterMethod · 0.45

Tested by

no test coverage detected