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

Function getAdditionalSystemContextPath

src/node/services/additionalSystemContext.ts:25–30  ·  view source on GitHub ↗
(
  config: SessionDirProvider,
  workspaceId: string
)

Source from the content-addressed store, hash-verified

23}
24
25export function getAdditionalSystemContextPath(
26 config: SessionDirProvider,
27 workspaceId: string
28): string {
29 return path.join(config.getSessionDir(workspaceId), ADDITIONAL_SYSTEM_CONTEXT_FILENAME);
30}
31
32export function getAdditionalSystemContextDisabledPath(
33 config: SessionDirProvider,

Callers 2

readContentFileFunction · 0.85

Calls 1

getSessionDirMethod · 0.65

Tested by

no test coverage detected