MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getProjectCommandsDir

Function getProjectCommandsDir

packages/core/src/utils/paths.ts:201–203  ·  view source on GitHub ↗
(projectRoot: string)

Source from the content-addressed store, hash-verified

199 * @returns The path to the project's commands directory.
200 */
201export function getProjectCommandsDir(projectRoot: string): string {
202 return path.join(projectRoot, ANUS_DIR, COMMANDS_DIR_NAME);
203}
204
205/**
206 * Checks if a path is a subpath of another path.

Callers 2

getCommandDirectoriesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected