MCPcopy Create free account
hub / github.com/Snowflyt/tinyeffect / Settings

Interface Settings

test/README.example.spec.ts:769–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767 const readFile: EffectFactory<ReadFile> = effect("readFile");
768
769 interface Settings {
770 something: string;
771 }
772
773 const defaultSettings: Settings = {
774 something: "foo",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected