MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/tools/ai-codegen/src/Config.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 * @since 4.0.0
15 */
16export class Replacement extends Schema.Class<Replacement>("Replacement")({
17 from: Schema.String,
18 to: Schema.String
19}) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected