MCPcopy Index your code
hub / github.com/code-forge-io/react-router-devtools / generate-docs.ts

File generate-docs.ts

docs/scripts/generate-docs.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { type ExecSyncOptions, execSync } from "node:child_process";
2import { cpSync, existsSync, mkdirSync, mkdtempSync, rmSync, writeFileSync } from "node:fs";
3import os from "node:os";
4import path, { join, resolve, posix as pathPosix } from "node:path";

Callers

nothing calls this directly

Calls 10

getServerEnvFunction · 0.90
runFunction · 0.85
detectDefaultBranchFunction · 0.85
buildDocsFunction · 0.85
isPullRequestCIFunction · 0.85
resolveTagsFromSpecFunction · 0.85
buildTagFunction · 0.85
repoPathFunction · 0.85
refHasPathFunction · 0.85
buildBranchFunction · 0.85

Tested by

no test coverage detected