MCPcopy
hub / github.com/simstudioai/sim / read

Method read

apps/sim/lib/file-parsers/csv-parser.ts:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 )
39
40 const stream = new Readable({ read() {} })
41 stream.push(buffer)
42 stream.push(null)
43

Callers 15

setup.pyFile · 0.45
startFunction · 0.45
parseStreamMethod · 0.45
parseBufferMethod · 0.45
collectSSEEventsFunction · 0.45
onStreamCallbackFunction · 0.45
onStreamFunction · 0.45
runResumeExecutionMethod · 0.45
readSandboxOutputFileFunction · 0.45
withPiSandboxFunction · 0.45
R2Function · 0.45

Calls

no outgoing calls

Tested by 3

collectSSEEventsFunction · 0.36
readAllChunksFunction · 0.36
readStreamTextFunction · 0.36