Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
{ Readable } from
'stream'
;
2
3
export
const
stringToStream = (data: string): Readable => {
4
return
Readable.from(data);
5
};
Callers
15
createPart.ts
File · 0.90
s3.ts
File · 0.90
createAttachmentModel.ts
File · 0.90
createJsonProfile.ts
File · 0.90
createTextProfile.ts
File · 0.90
patchProfileOutsideClient.ts
File · 0.90
createImmutableProfile.ts
File · 0.90
createObjectProfile.ts
File · 0.90
getProfile.ts
File · 0.90
overwriteProfile.ts
File · 0.90
patchProfile.ts
File · 0.90
alternateProfileRequest.ts
File · 0.90
Calls
no outgoing calls
Tested by
2
overwriteOutsideState
Function · 0.72
overwriteOutsideProfile
Function · 0.72