Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ reader_from_stream_reader_test.ts
File
reader_from_stream_reader_test.ts
io/reader_from_stream_reader_test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Copyright 2018-2026 the Deno authors. MIT license.
2
3
import
{ assert, assertEquals } from
"@std/assert"
;
4
import
{ copy } from
"./copy.ts"
;
Callers
nothing calls this directly
Calls
10
readerFromStreamReader
Function · 0.90
assert
Function · 0.90
assertEquals
Function · 0.90
copy
Function · 0.90
repeat
Function · 0.70
read
Method · 0.65
slice
Method · 0.45
from
Method · 0.45
push
Method · 0.45
bytes
Method · 0.45
Tested by
no test coverage detected