Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
102
let
handleValue =
function
(str) {
103
return
str;
104
};
105
106
const
_handleValue =
function
(str) {
107
if
(str[0] === str[str.length - 1] && (str[0] ===
'"'
|| str[0] ===
"'"
)) {
Callers
4
paramsToObjectWithEnable
Function · 0.70
paramsToObjectUnWithEnable
Function · 0.70
handleParams
Function · 0.70
_handleValue
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected