MCPcopy Create free account
hub / github.com/Ark0N/Codeman / isFilePathTracked

Method isFilePathTracked

src/bash-tool-parser.ts:354–365  ·  view source on GitHub ↗

* Check if a file path is already being tracked by an active tool. * Uses path normalization to detect equivalent paths. * For example, "/test.txt" and "/home/user/test.txt" when workingDir * is "/home/user" would NOT be considered equivalent (different files), * but "test.txt" and "/hom

(filePath: string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

_handleToolStartMethod · 0.95
_handleTextCommandMethod · 0.95
_handleLogFileMentionMethod · 0.95

Calls 2

normalizePathMethod · 0.95
valuesMethod · 0.45

Tested by

no test coverage detected