MCPcopy
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// };
35let data = '';
36const connectToDB = async () => {
37 await new Promise((r) => {
38 data = '京程一灯';
39 r();
40 });
41};
42
43await connectToDB();
44// async function output() {

Callers 1

back.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected