MCPcopy Create free account
hub / github.com/callstackincubator/react-native-fast-io / logContents

Function logContents

example/tests/filesystem.tsx:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 const logContents = async () => {
32 for await (const chunk of file!.stream()) {
33 console.log('Chunk length: ', chunk.length)
34 }
35 }
36
37 return (
38 <View>

Callers 1

FileSystemUIFunction · 0.85

Calls 1

streamMethod · 0.45

Tested by

no test coverage detected