MCPcopy Create free account
hub / github.com/vuejs/vue-cli / injectPrompt

Method injectPrompt

packages/@vue/cli/lib/PromptModuleAPI.js:10–12  ·  view source on GitHub ↗
(prompt)

Source from the content-addressed store, hash-verified

8 }
9
10 injectPrompt (prompt) {
11 this.creator.injectedPrompts.push(prompt)
12 }
13
14 injectOptionForPrompt (name, option) {
15 this.creator.injectedPrompts.find(f => {

Callers 9

testPromptAPIFunction · 0.80
e2e.jsFile · 0.80
linter.jsFile · 0.80
vueVersion.jsFile · 0.80
router.jsFile · 0.80
typescript.jsFile · 0.80
unit.jsFile · 0.80
mockModuleFunction · 0.80

Calls

no outgoing calls

Tested by 1

mockModuleFunction · 0.64