Was poking about a little mopre and did not find where 'globsummary' from a brule is invoked
In Clerk.pm I foound calls to
$self->ruleSource->by_idkey($idkey)->summary(
and
my $rs = $self->ruleSource->by_idkey($idkey)->delivery($state->{canonical});
but could not find the same pattern
i.e.
ruleSource->by_idkey($idkey)->globsummary($state->{canonical});
in any of the code for the branch I am working on must be someplace or you just call it differly??
Was poking about a little mopre and did not find where 'globsummary' from a brule is invoked
In Clerk.pm I foound calls to
$self->ruleSource->by_idkey($idkey)->summary(
and
my $rs = $self->ruleSource->by_idkey($idkey)->delivery($state->{canonical});
but could not find the same pattern
i.e.
ruleSource->by_idkey($idkey)->globsummary($state->{canonical});
in any of the code for the branch I am working on must be someplace or you just call it differly??