getLength method

int getLength(
  1. ChannelVM vm
)

Implementation

int getLength(ChannelVM vm) {
  return vm.getChannelList().length;
}