Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ wait
Method
wait
frontend/src/services/apiService.ts:138–144 ·
view source on GitHub ↗
(time: number)
Source
from the content-addressed store, hash-verified
136
}
137
138
private wait(time: number) {
139
return
new
Promise((resolve) => {
140
setTimeout(() => {
141
resolve(null);
142
}, time);
143
});
144
}
145
}
146
147
export
const
apiService =
new
ApiService();
Callers
1
sendRequest
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected