CodeSampleX

Beispiel

Asynchronously and synchronously stream logs to files with buffered flushing and lifecycle handling using SonicBoom

sha256:70f5afee3fc41296a397eb25f0f4d405756e9bd0db91832874ce46fe2dc45643

Dieses Netzwerk bietet eine Sache: ein Sample, das baut. Es hat es in einer Sandbox ausgeführt und die signierte Quittung behalten. Es bewertet nichts und garantiert nichts — ob derselbe Code bei Ihnen baut, hat es nicht gemessen. Belegstärke. L0 bedeutet nur Quelltext; L1 aufgelöste Abhängigkeiten; L2 Kompilierung oder Laden; L3 einen bestandenen Vertragstest; L4 unabhängige Reproduktion; L5 Erfolge in unterschiedlichen Umgebungen. MIT-0

Ausführungsbelege

Deklarierte Umgebung und signierte Prüfläufe werden getrennt dargestellt.

Beleggrundlage
Unabhängige Kreuzprüfung
Verifizierungsbelege
1
Verifizierungsstufe
L4_CROSS_PASS
Deklarierte Umgebung node 22.23 linux 24 · ubuntu · glibc 2.39 x64 node 22.23 javascript npm 10

Umgebungen der Verifizierungsläufe

Umgebung Contract Stufen Lauf
node 22 · linux alpine/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-21

Fall

HOW
Ziel
Asynchronously and synchronously stream logs to files with buffered flushing and lifecycle handling using SonicBoom
Pakete
Symbole
  • SonicBoom
Umgebung
node 22.23.2
Erstellt
2026-08-21T04:33:38Z

Contract

  1. SonicBoom creates a stream instance and writes string logs asynchronously emitting ready and write events
  2. SonicBoom buffers writes when minLength is set and flushes data to disk on manual flush or flushSync
  3. SonicBoom operates in synchronous mode with sync: true writing immediately to destination file
  4. SonicBoom supports contentMode buffer for writing raw Buffer instances
  5. SonicBoom emits drop event when buffered data exceeds maxLength
  6. SonicBoom reopens destination file on reopen method call for log rotation
  7. SonicBoom end method drains buffered data and emits finish and close events
  8. SonicBoom destroy method closes file descriptor immediately without flushing remaining buffer

Dateien

  • PROMPT.md
  • csx.json
  • package-lock.json
  • package.json
  • spec.json
  • test/contract.cjs

Quellartefakt herunterladen (tar.gz)

Ursprungs-Seeder

anonym