MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / abs

Method abs

src/orchestration/staging.ts:90–90  ·  view source on GitHub ↗
(rel: string)

Source from the content-addressed store, hash-verified

88 constructor(private cwd: string) {}
89
90 private abs(rel: string): string { return path.join(this.cwd, rel); }
91
92 /** Current best-known content of a file: staged > committed > disk. */
93 private async currentContent(rel: string): Promise<string | null> {

Callers 13

currentContentMethod · 0.95
commitMethod · 0.95
index.tsFile · 0.80
executeMethod · 0.80
executeMethod · 0.80
countChangedLinesFunction · 0.80
quantizeFunction · 0.80
recommendSubagentFunction · 0.80
buildDashboardHtmlFunction · 0.80
alignmentDriftFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected