Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ ontext
Function
ontext
packages/compiler-core/src/parser.ts:103–105 ·
view source on GitHub ↗
(start, end)
Source
from the content-addressed store, hash-verified
101
onerr: emitError,
102
103
ontext(start, end) {
104
onText(getSlice(start, end), start, end)
105
},
106
107
ontextentity(char, start, end) {
108
onText(char, start, end)
Callers
nothing calls this directly
Calls
2
onText
Function · 0.85
getSlice
Function · 0.85
Tested by
no test coverage detected