code/datums/helper_datums/stack_end_detector.dm 
| /datum/stack_end_detector | Stack End Detector. Can detect if a given code stack has exited, used by the mc for stack overflow detection. |
|---|---|
| /datum/stack_canary | Stack canary. Will go away if the stack it was primed by is ended by byond for return or stack overflow reasons. |