MCPcopy Create free account
hub / github.com/EvoMap/evolver / sanitizeText

Function sanitizeText

src/gep/cliContracts.js:909–911  ·  view source on GitHub ↗
(value, deps)

Source from the content-addressed store, hash-verified

907}
908
909function sanitizeText(value, deps) {
910 return redactKnownSecretsInString(redactString(String(value)), deps);
911}
912
913function sanitizeStderrChunk(chunk, encoding, deps) {
914 const text = Buffer.isBuffer(chunk)

Callers 2

writeFunction · 0.85
sanitizeStderrChunkFunction · 0.85

Calls 2

redactStringFunction · 0.85

Tested by

no test coverage detected