MCPcopy 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
133async 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
143main()

Callers 1

watch.tsFile · 0.85

Calls 1

initializeMethod · 0.95

Tested by

no test coverage detected