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

Method cache

packages/compiler-core/src/transform.ts:120–120  ·  view source on GitHub ↗
(exp: JSChildNode, isVNode?: boolean, inVOnce?: boolean)

Source from the content-addressed store, hash-verified

118 removeIdentifiers(exp: ExpressionNode | string): void
119 hoist(exp: string | JSChildNode | ArrayExpression): SimpleExpressionNode
120 cache(exp: JSChildNode, isVNode?: boolean, inVOnce?: boolean): CacheExpression
121 constantCache: WeakMap<TemplateChildNode, ConstantTypes>
122 vForMemoKeyedNodes: WeakSet<ElementNode>
123

Callers 5

transformOnceFunction · 0.80
transformOnFunction · 0.80
walkFunction · 0.80
getCacheExpressionFunction · 0.80
transformModelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected