MCPcopy Index your code
hub / github.com/LearningLocker/xapi-service / stringToStream

Function stringToStream

src/utils/stringToStream.ts:3–5  ·  view source on GitHub ↗
(data: string)

Source from the content-addressed store, hash-verified

1import { Readable } from 'stream';
2
3export const stringToStream = (data: string): Readable => {
4 return Readable.from(data);
5};

Callers 15

createPart.tsFile · 0.90
s3.tsFile · 0.90
getProfile.tsFile · 0.90
patchProfile.tsFile · 0.90

Calls

no outgoing calls

Tested by 2

overwriteOutsideStateFunction · 0.72
overwriteOutsideProfileFunction · 0.72