MCPcopy
hub / github.com/unplugin/unplugin-vue-components / stringifyImport

Function stringifyImport

src/core/unplugin.ts:31–33  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

29 return await ctx.findComponent(name, 'component', filename ? [filename] : [])
30 },
31 stringifyImport(info) {
32 return stringifyComponentImport(info, ctx)
33 },
34 }
35
36 return {

Callers

nothing calls this directly

Calls 1

stringifyComponentImportFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…