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

Function check

test/artifact-review.test.ts:10–13  ·  view source on GitHub ↗
(name: string, cond: boolean)

Source from the content-addressed store, hash-verified

8import { promises as fs } from 'fs';
9import * as os from 'os';
10import * as path from 'path';
11import {
12 buildReviewPrompt, classifyVisionAnswer, extractIssues, buildReviewReport, formatReviewReport,
13} from '../src/artifacts/review.ts';
14import { captureArtifact, type CaptureDeps } from '../src/artifacts/review-capture.ts';
15import { ArtifactReviewTool } from '../src/tools/artifacts/artifact-tools.ts';
16import { createArtifact } from '../src/artifacts/store.ts';

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected