Method Debug.map_all_programs()
- Method map_all_programs
int(0..)
map_all_programs(function
(program
:void
)cb
)- Description
Call cb for all programs that currently exist.
Programs might be missed if
cb
creates new programs.This function is only intended to be used for debug purposes.
- Returns
The total number of programs
- See also