MCPcopy
hub / github.com/Bistutu/FluentRead / ReplaceCompatFn

Interface ReplaceCompatFn

entrypoints/main/compat.ts:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57interface ReplaceCompatFn {
58 [domain: string]: ReplaceFunction;
59}
60
61interface SelectCompatFn {
62 [domain: string]: SelectFunction;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected