MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / TargetPath

Function TargetPath

internal/instructions/paths.go:49–51  ·  view source on GitHub ↗

TargetPath delegates to entities.InstructionPath to resolve the concrete install path for an instruction on a given app/level.

(app string, level entities.InstallLevel, projectDir string)

Source from the content-addressed store, hash-verified

47// TargetPath delegates to entities.InstructionPath to resolve the concrete
48// install path for an instruction on a given app/level.
49func TargetPath(app string, level entities.InstallLevel, projectDir string) (string, error) {
50 return entities.InstructionPath(app, level, projectDir)
51}

Callers 1

TestConflictTargetExistsFunction · 0.85

Calls 1

InstructionPathFunction · 0.92

Tested by 1

TestConflictTargetExistsFunction · 0.68