Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
317
function
encodeCurlyBraces(input) {
318
return
replaceAllSubstrings(replaceAllSubstrings(input,
'('
,
'%28'
),
')'
,
'%29'
);
319
}
320
321
/**
322
* Parse radius options
Callers
1
process_layer
Function · 0.85
Calls
1
replaceAllSubstrings
Function · 0.85
Tested by
no test coverage detected