Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ calcBackwardJump
Method
calcBackwardJump
compiler/compiler.go:212–214 ·
view source on GitHub ↗
(to int)
Source
from the content-addressed store, hash-verified
210
}
211
212
func
(c *compiler) calcBackwardJump(to int) int {
213
return
len(c.bytecode) + 1 - to
214
}
215
216
func
(c *compiler) compile(node ast.Node) {
217
c.nodes = append(c.nodes, node)
Callers
2
emitLoop
Method · 0.95
emitLoopBackwards
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected