MCPcopy Create free account
hub / github.com/cloudinary/cloudinary_npm / encodeCurlyBraces

Function encodeCurlyBraces

lib/utils/index.js:317–319  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

315}
316
317function encodeCurlyBraces(input) {
318 return replaceAllSubstrings(replaceAllSubstrings(input, '(', '%28'), ')', '%29');
319}
320
321/**
322 * Parse radius options

Callers 1

process_layerFunction · 0.85

Calls 1

replaceAllSubstringsFunction · 0.85

Tested by

no test coverage detected