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

Class

packages/core/src/services/gitService.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { getProjectHash, ANUS_DIR } from '../utils/paths.js';
15
16export class GitService {
17 private projectRoot: string;
18
19 constructor(projectRoot: string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected