Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/code-server
/ main
Function
main
ci/dev/watch.ts:133–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
async
function
main(): Promise<void> {
134
try {
135
const
watcher =
new
Watcher()
136
await
watcher.initialize()
137
} catch (error: any) {
138
console.error(error.message)
139
process.exit(1)
140
}
141
}
142
143
main()
Callers
1
watch.ts
File · 0.85
Calls
1
initialize
Method · 0.95
Tested by
no test coverage detected