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

Function getOneTimePassword

packages/insomnia/bin/yarn-standalone.js:34850–34852  ·  view source on GitHub ↗
(reporter)

Source from the content-addressed store, hash-verified

34848function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
34849
34850function getOneTimePassword(reporter) {
34851 return reporter.question(reporter.lang('npmOneTimePassword'));
34852}
34853
34854function hasWrapper(commander, args) {
34855 return true;

Callers

nothing calls this directly

Calls 2

questionMethod · 0.45
langMethod · 0.45

Tested by

no test coverage detected