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

Function slash

packages/core/src/location-mutation.ts:77–77  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

75}
76
77const slash = (value: string) => value.replaceAll("\\", "/")
78
79const layer = Layer.effect(
80 Service,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected