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

Function bail

packages/compiler-dom/src/transforms/stringifyStatic.ts:229–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227 let ec = node.props.length > 0 ? 1 : 0 // element w/ binding count
228 let bailed = false
229 const bail = (): false => {
230 bailed = true
231 return false
232 }
233
234 // TODO: check for cases where using innerHTML will result in different
235 // output compared to imperative node insertions.

Callers 1

walkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected