MCPcopy
hub / github.com/meteor/meteor / options

Method options

tools/console/console.js:719–724  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

717 // and also starts with an arrow."
718 //
719 options(o) {
720 // (This design pattern allows us to call 'instance of' on the
721 // ConsoleOptions in parseVariadicInput, by ensuring that the object created
722 // with Console.options is, in fact, a new object.
723 return new ConsoleOptions(o);
724 }
725
726 // Deal with the arguments to a variadic print function that also takes an
727 // optional ConsoleOptions argument at the end.

Callers 15

successMethod · 0.95
_failMethod · 0.95
labelWarnMethod · 0.95
_arrowPrintMethod · 0.95
upgraders.jsFile · 0.80
runCommandsMethod · 0.80
runTestMethod · 0.80
utils.jsFile · 0.80
main.jsFile · 0.80
showInvalidArchMsgFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected