MCPcopy Index your code
hub / github.com/YMFE/yapi / handleValue

Method handleValue

server/controllers/open.js:159–163  ·  view source on GitHub ↗
(val, global)

Source from the content-addressed store, hash-verified

157 }
158
159 handleValue(val, global) {
160 let globalValue = ArrayToObject(global);
161 let context = Object.assign({}, {global: globalValue}, this.records);
162 return handleParamsValue(val, context);
163 }
164
165 handleEvnParams(params) {
166 let result = [];

Callers 4

index.jsFile · 0.80
tFunction · 0.80

Calls 1

handleParamsValueFunction · 0.50

Tested by

no test coverage detected