MCPcopy Create free account
hub / github.com/AbhinavTheDev/coding-agent / gitprop

Interface gitprop

ui/app/components/ui/github.tsx:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface gitprop {
2 url: string;
3}
4
5const Github = ({url}: gitprop) => {
6 return(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected