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

Function decode

packages/server/src/location.ts:41–47  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

39}
40
41function decode(input: string) {
42 try {
43 return decodeURIComponent(input)
44 } catch {
45 return input
46 }
47}
48
49export const layer = Layer.effect(
50 LocationMiddleware,

Callers 2

refFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected