MCPcopy
hub / github.com/vercel/hyper / getOneTimePassword

Function getOneTimePassword

bin/yarn-standalone.js:35284–35286  ·  view source on GitHub ↗
(reporter)

Source from the content-addressed store, hash-verified

35282function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
35283
35284function getOneTimePassword(reporter) {
35285 return reporter.question(reporter.lang('npmOneTimePassword'));
35286}
35287
35288function hasWrapper(commander, args) {
35289 return true;

Callers

nothing calls this directly

Calls 2

questionMethod · 0.45
langMethod · 0.45

Tested by

no test coverage detected