MCPcopy Create free account
hub / github.com/itwanger/toBeBetterJavaer / encodeObjectKey

Function encodeObjectKey

scripts/convert-mdnice-images-to-cdn.js:483–488  ·  view source on GitHub ↗
(objectKey)

Source from the content-addressed store, hash-verified

481}
482
483function encodeObjectKey(objectKey) {
484 return objectKey
485 .split("/")
486 .map((segment) => encodeURIComponent(segment))
487 .join("/");
488}
489
490function rewriteFiles(fileContents, replacements, verbose) {
491 const changedFiles = [];

Callers 1

putOssObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected