MCPcopy Index your code
hub / github.com/developit/optimize-plugin / sanitizeResult

Function sanitizeResult

src/worker.js:180–182  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

178}
179
180function sanitizeResult (result) {
181 return { source: result.code, map: result.map };
182}

Callers 1

processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected