[PR #545] [MERGED] stream: use pipe() to also handle internal streams #1195

Closed
opened 2025-11-09 10:07:50 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/545
Author: @dumbmoron
Created: 6/6/2024
Status: Merged
Merged: 6/6/2024
Merged by: @dumbmoron

Base: currentHead: istream-pipe


📝 Commits (2)

  • fe7d497 stream: move pipe to shared functions
  • 85bed9a stream/internal: use pipe() to handle internal streams

📊 Changes

3 files changed (+14 additions, -16 deletions)

View changed files

📝 src/modules/stream/internal.js (+3 -5)
📝 src/modules/stream/shared.js (+10 -0)
📝 src/modules/stream/types.js (+1 -11)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/545 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 6/6/2024 **Status:** ✅ Merged **Merged:** 6/6/2024 **Merged by:** [@dumbmoron](https://github.com/dumbmoron) **Base:** `current` ← **Head:** `istream-pipe` --- ### 📝 Commits (2) - [`fe7d497`](https://github.com/imputnet/cobalt/commit/fe7d4974e434d68c6527e48988846f25e5b29a8c) stream: move pipe to shared functions - [`85bed9a`](https://github.com/imputnet/cobalt/commit/85bed9aa7479dc8175fbcab3d590c7cc685b75d4) stream/internal: use pipe() to handle internal streams ### 📊 Changes **3 files changed** (+14 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/stream/internal.js` (+3 -5) 📝 `src/modules/stream/shared.js` (+10 -0) 📝 `src/modules/stream/types.js` (+1 -11) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:07:50 -06:00
Sign in to join this conversation.