Shiptest 13 - Modules - Types

code/datums/helper_datums/stack_end_detector.dm

/datum/stack_end_detectorStack End Detector. Can detect if a given code stack has exited, used by the mc for stack overflow detection.
/datum/stack_canaryStack canary. Will go away if the stack it was primed by is ended by byond for return or stack overflow reasons.