Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ done
Function
done
packages/container/src/util.ts:27–29 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
25
26
/** A step that finished successfully. */
27
export
function
done(message: string): void {
28
write(` ✓ ${message}`);
29
}
30
31
export
function
debug(message: string): void {
32
if
(DEBUG) {
Callers
5
buildAndPushImage
Function · 0.90
resolveOidcTokenForBuild
Function · 0.90
ensureRepository
Function · 0.90
startDockerDaemon
Function · 0.90
stopDockerDaemon
Function · 0.90
Calls
1
write
Function · 0.70
Tested by
no test coverage detected