MCPcopy Create free account
hub / github.com/anomalyco/opencode / layer

Function layer

packages/core/src/database/sqlite.node.ts:173–178  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

171)
172
173export const layer = (config: Config) => {
174 const native = nativeLayer(config)
175 return Layer.merge(native, Layer.merge(sqliteLayer(config), drizzleLayer).pipe(Layer.provide(native))).pipe(
176 Layer.provide(Reactivity.layer),
177 )
178}

Callers

nothing calls this directly

Calls 2

nativeLayerFunction · 0.70
sqliteLayerFunction · 0.70

Tested by

no test coverage detected