function cancel()

in src/k8s/common/streamResults/index.ts [48:53]


  function cancel() {
    if (isCancelled) return;
    isCancelled = true;

    if (socket) socket.cancel();
  }