MCPcopy
hub / github.com/coder/mux / legacyBooleanForBehavior

Function legacyBooleanForBehavior

src/node/config.test.ts:630–631  ·  view source on GitHub ↗
(behavior: string)

Source from the content-addressed store, hash-verified

628 };
629
630 const legacyBooleanForBehavior = (behavior: string): false | undefined =>
631 behavior === "keep" ? false : undefined;
632
633 for (const behavior of CODER_ARCHIVE_BEHAVIORS) {
634 it(`loads the new enum value ${behavior}`, () => {

Callers 1

config.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected