If you're talking about drawn connections:
.png)
They are defined in OnGetConnections method, check what does it do:
/// Return an array of connections for drawing lines on the config diagram
ClassMethod OnGetConnections(Output pArray As %String, pItem As Ens.Config.Item)
{
}That said, the drawn connections and this method are just visual docs. Developers are expected to provide this method and keep it relevant but in no way are they beholden to do it.
The only way to know what does any BH do is to go through the code or visual trace.
- Log in to post comments