MCPcopy Index your code
hub / github.com/anomalyco/opencode / useShareUrl

Function useShareUrl

github/index.ts:365–367  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363}
364
365function useShareUrl() {
366 return isMock() ? "https://dev.opencode.ai" : "https://opencode.ai"
367}
368
369async function getAccessToken() {
370 const { repo } = useContext()

Callers 2

index.tsFile · 0.85
footerFunction · 0.85

Calls 1

isMockFunction · 0.85

Tested by

no test coverage detected