Function: getCallers()
function getCallers(name, workspace): Block[];
Defined in: packages/blockly/core/procedures.ts:393
Find all the callers of a named procedure.
Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | Name of procedure. |
workspace | Workspace | The workspace to find callers in. |
Returns
Block[]
Array of caller blocks.