MCPcopy
hub / github.com/YMFE/yapi / handleValue

Function handleValue

common/power-string.js:102–104  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

100};
101
102let handleValue = function(str) {
103 return str;
104};
105
106const _handleValue = function(str) {
107 if (str[0] === str[str.length - 1] && (str[0] === '"' || str[0] === "'")) {

Callers 4

paramsToObjectWithEnableFunction · 0.70
handleParamsFunction · 0.70
_handleValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected