MCPcopy Create free account
hub / github.com/agent-tower/core / withProjectGitMetadata

Function withProjectGitMetadata

packages/server/src/services/task.service.ts:217–222  ·  view source on GitHub ↗
(
  task: T
)

Source from the content-addressed store, hash-verified

215 return lineSeparator[0].length;
216 }
217 return /^[ \t]/u.test(remainder) ? 1 : 0;
218}
219
220function deriveTaskTitleBodySplit(rawBody: string): {
221 title: string;
222 consumedEnd: number;
223 body: string;
224} {
225 const linePattern = /[^\r\n]+/g;

Callers 2

findByIdMethod · 0.85
updateStatusMethod · 0.85

Calls 2

withProjectGitCapabilityFunction · 0.85

Tested by

no test coverage detected