MCPcopy Index your code
hub / github.com/coder/mux / resolveWorkspaceExecutionPath

Function resolveWorkspaceExecutionPath

src/node/runtime/runtimeHelpers.ts:118–127  ·  view source on GitHub ↗
(
  metadata: WorkspaceMetadataForRuntime,
  runtime: Runtime
)

Source from the content-addressed store, hash-verified

116}
117
118export function resolveWorkspaceExecutionPath(
119 metadata: WorkspaceMetadataForRuntime,
120 runtime: Runtime
121): string {
122 return appendSubProjectRelativePath(
123 metadata,
124 runtime,
125 resolveWorkspaceRootPath(metadata, runtime)
126 );
127}
128
129export interface WorkspaceRuntimeContext {
130 runtime: Runtime;

Callers 7

createMethod · 0.90
constructorMethod · 0.90
forkMethod · 0.90
executeBashMethod · 0.90
streamMessageMethod · 0.90

Calls 2

resolveWorkspaceRootPathFunction · 0.85

Tested by

no test coverage detected