MCPcopy Create free account
hub / github.com/dabbott/react-native-express / printData

Function printData

examples/files/javascript/fetch.js:7–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7const printData = async () => {
8 try {
9 const data = await fetchData()
10 console.log('Data', data)
11 } catch (error) {
12 console.error('Problem', error)
13 }
14}
15
16printData()
17

Callers 1

fetch.jsFile · 0.85

Calls 1

fetchDataFunction · 0.85

Tested by

no test coverage detected