MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / Break_Loop

Class Break_Loop

include/chaiscript/language/chaiscript_common.hpp:657–659  ·  view source on GitHub ↗

Special type indicating a call to 'break'

Source from the content-addressed store, hash-verified

655
656 /// Special type indicating a call to 'break'
657 struct Break_Loop {
658 Break_Loop() = default;
659 };
660
661
662 /// Special type indicating a call to 'continue'

Callers 1

eval_internalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected