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

Function readDefaultServerUrl

packages/app/src/entry.tsx:54–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54const readDefaultServerUrl = () => getStorage(DEFAULT_SERVER_URL_KEY)
55const writeDefaultServerUrl = (url: string | null) => setStorage(DEFAULT_SERVER_URL_KEY, url)
56
57const notify: Platform["notify"] = async (title, description, href) => {

Callers 2

getDefaultUrlFunction · 0.85
entry.tsxFile · 0.85

Calls 1

getStorageFunction · 0.85

Tested by

no test coverage detected