Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lgwebdream/FE-Interview
/ connectToDB
Function
connectToDB
demos/yd-webpack-demo/src/back.js:36–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
// };
35
let
data =
''
;
36
const
connectToDB =
async
() => {
37
await
new
Promise((r) => {
38
data =
'京程一灯'
;
39
r();
40
});
41
};
42
43
await
connectToDB();
44
// async function output() {
Callers
1
back.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected