MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / main

Function main

scripts/sync-plugin-skills.ts:260–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258// ─── CLI ─────────────────────────────────────────────────────────────────────
259
260async function main() {
261 const mode: SyncMode = process.argv.includes("--check") ? "check" : "write";
262 const result = await syncPluginSkills({ cwd: process.cwd(), mode });
263 if (result.message) console.log(result.message);
264 process.exit(result.exitCode);
265}
266
267// Use import.meta detection so the file is testable without triggering the CLI path.
268if (process.argv[1] && process.argv[1].endsWith("sync-plugin-skills.ts")) {

Callers 1

Calls 2

syncPluginSkillsFunction · 0.85
exitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…