MCPcopy Create free account
hub / github.com/SplootCode/splootcode / endLoop

Function endLoop

python/executor.py:538–542  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

536 return ast.Expr(call_end_frame, lineno=1, col_offset=0)
537
538def endLoop():
539 key = ast.Name(id=SPLOOT_KEY, ctx=ast.Load())
540 func = ast.Attribute(value=key, attr="endLoop", ctx=ast.Load())
541 call_end_frame = ast.Call(func, args=[], keywords=[])
542 return ast.Expr(call_end_frame, lineno=1, col_offset=0)
543
544
545def startChildSetStatement(childSetName):

Callers 3

generateWhileStatementFunction · 0.85
generateBreakStatementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected