Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ajv-validator/ajv
/ break
Method
break
lib/compile/codegen/index.ts:661–663 ·
view source on GitHub ↗
(label?: Code)
Source
from the content-addressed store, hash-verified
659
660
// `break` statement
661
break(label?: Code): CodeGen {
662
return
this._leafNode(
new
Break(label))
663
}
664
665
// `return` statement
666
return
(value: Block | SafeExpr): CodeGen {
Callers
15
validateArray
Function · 0.80
code
Function · 0.80
validateProperties
Function · 0.80
validateItems
Function · 0.80
code
Function · 0.80
checkLimits
Function · 0.80
additionalPropertyCode
Function · 0.80
loopUntilMissing
Function · 0.80
loopN
Function · 0.80
loopN2
Function · 0.80
loopEnum
Function · 0.80
unevaluatedPropCode
Function · 0.80
Calls
1
_leafNode
Method · 0.95
Tested by
no test coverage detected