Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
const
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
16
printData()
17
Callers
1
fetch.js
File · 0.85
Calls
1
fetchData
Function · 0.85
Tested by
no test coverage detected