MCPcopy
hub / github.com/coder/mux / getInitHookPath

Function getInitHookPath

src/node/runtime/initHook.ts:69–71  ·  view source on GitHub ↗
(projectPath: string)

Source from the content-addressed store, hash-verified

67 * Get the init hook path for a project
68 */
69export function getInitHookPath(projectPath: string): string {
70 return path.join(projectPath, ".mux", "init");
71}
72
73/**
74 * Get MUX_ environment variables for bash execution.

Callers 1

runInitHookFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected