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

Function readSettingsWithoutLogging

test/README.example.proof.ts:498–504  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

496 });
497
498 const readSettingsWithoutLogging = (path: string) =>
499 readSettings(path).resume(
500 (name): name is Logging["name"] => name.startsWith("logging:"),
501 () => {
502 // Omit logging
503 },
504 );
505
506 expect(readSettingsWithoutLogging).to(equal<(path: string) => Effected<ReadFile, Settings>>);
507 }

Callers

nothing calls this directly

Calls 2

readSettingsFunction · 0.70
resumeMethod · 0.65

Tested by

no test coverage detected