MCPcopy Create free account
hub / github.com/continuedev/continue / sanitization.vitest.ts

File sanitization.vitest.ts

core/util/sanitization.vitest.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { execSync } from "child_process";
2import { describe, expect, it } from "vitest";
3import { normalizeRepoUrl } from "./repoUrl";
4import { sanitizeShellArgument, validateGitHubRepoUrl } from "./sanitization";

Callers

nothing calls this directly

Calls 4

sanitizeShellArgumentFunction · 0.90
validateGitHubRepoUrlFunction · 0.90
normalizeRepoUrlFunction · 0.90
safeExecFunction · 0.85

Tested by

no test coverage detected