MCPcopy
hub / github.com/request/request / isReadStream

Function isReadStream

lib/helpers.js:34–36  ·  view source on GitHub ↗
(rs)

Source from the content-addressed store, hash-verified

32}
33
34function isReadStream (rs) {
35 return rs.readable && rs.path && rs.mode
36}
37
38function toBase64 (str) {
39 return Buffer.from(str || '', 'utf8').toString('base64')

Callers 1

request.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…