MCPcopy Create free account
hub / github.com/Crain99/cc-reverse / isCompressedFormat

Function isCompressedFormat

src/core/resourceProcessor.js:234–238  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

232 add(key);
233 add(stem);
234 add(base);
235
236 // full uuid filename
237 if (/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(stem)) {
238 add(stem.toLowerCase());
239 // also try compress? not needed for lookup from decoded
240 }
241

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected