Method code for $heart.core_heart()

[Turn on line numbering]
var h;

for h in (hearts) {
    if (!valid(h[1]))
        ._del_heartbeat(h[1]);
}

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon