MCPcopy Create free account
hub / github.com/ether/etherpad / redactSettings

Function redactSettings

src/node/utils/AdminSettingsRedact.ts:50–50  ·  view source on GitHub ↗
(settings: unknown)

Source from the content-addressed store, hash-verified

48};
49
50export const redactSettings = (settings: unknown): unknown => walk(settings, []);

Callers 2

adminsettings.tsFile · 0.90

Calls 1

walkFunction · 0.70

Tested by

no test coverage detected