MCPcopy Create free account
hub / github.com/backnotprop/plannotator / getShareBaseUrl

Function getShareBaseUrl

apps/opencode-plugin/index.ts:303–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301 }
302
303 function getShareBaseUrl(): string | undefined {
304 return process.env.PLANNOTATOR_SHARE_URL || undefined;
305 }
306
307 function getPasteApiUrl(): string | undefined {
308 return process.env.PLANNOTATOR_PASTE_URL || undefined;

Callers 5

getBridgeContextFunction · 0.85
executeFunction · 0.85
handleReviewCommandFunction · 0.85
handleAnnotateCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected