Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cursor/community-plugins
/ parse-github-plugin.ts
File
parse-github-plugin.ts
apps/cursor/src/actions/parse-github-plugin.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
"use server"
;
2
3
import
{ z } from
"zod"
;
4
import
{ GitHubParseError, parseGitHubPlugin } from
"@/lib/github-plugin/parse"
;
Callers
nothing calls this directly
Calls
1
parseGitHubPlugin
Function · 0.90
Tested by
no test coverage detected