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

Function onattribdata

packages/compiler-core/src/parser.ts:284–288  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

282 },
283
284 onattribdata(start, end) {
285 currentAttrValue += getSlice(start, end)
286 if (currentAttrStartIndex < 0) currentAttrStartIndex = start
287 currentAttrEndIndex = end
288 },
289
290 onattribentity(char, start, end) {
291 currentAttrValue += char

Callers

nothing calls this directly

Calls 1

getSliceFunction · 0.85

Tested by

no test coverage detected