MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / redactConfig

Function redactConfig

scripts/studio-host-provider.mjs:717–719  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

715}
716
717function redactConfig(config) {
718 return { ...config, hostToken: config.hostToken ? "[redacted]" : "" };
719}
720
721function isWebSocketUpgradeRequest(request) {
722 const headers = new Headers(request.headers || {});

Callers 2

statusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected