MCPcopy Create free account
hub / github.com/dataease/SQLBot / getInByJsonPath

Function getInByJsonPath

frontend/public/swagger-ui-bundle.js:39117–39123  ·  view source on GitHub ↗
(s, o)

Source from the content-addressed store, hash-verified

39115 function isPatch(s) {
39116 return s && 'object' == typeof s
39117 }
39118 function getInByJsonPath(s, o) {
39119 try {
39120 return getValueByPointer(s, o)
39121 } catch (s) {
39122 return (console.error(s), {})
39123 }
39124 }
39125 var Jo = __webpack_require__(48675)
39126 const Ho = class ApiDOMAggregateError extends Jo {

Callers 1

Calls 2

getValueByPointerFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected