MCPcopy
hub / github.com/vuejs/core / helper

Function helper

packages/compiler-core/src/codegen.ts:179–181  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

177 pure: false,
178 map: undefined,
179 helper(key) {
180 return `_${helperNameMap[key]}`
181 },
182 push(code, newlineIndex = NewlineType.None, node) {
183 context.code += code
184 if (!__BROWSER__ && context.map) {

Callers 9

convertToBlockFunction · 0.70
genAssetsFunction · 0.70
genInterpolationFunction · 0.70
genCommentFunction · 0.70
genVNodeCallFunction · 0.70
genCallExpressionFunction · 0.70
genCacheExpressionFunction · 0.70
vFor.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected