function cancel()

in src/k8s/common/streamResult/index.ts [45:50]


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

    if (socket) socket.cancel();
  }