MCPcopy Index your code
hub / github.com/dataease/SQLBot / assignSourceMap

Function assignSourceMap

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

Source from the content-addressed store, hash-verified

42638 return fu(s) ? dereference(s, i) : s
42639 }, s)
42640 },
42641 assignSourceMap = (s, o) => (
42642 (s.startPositionRow = null == o ? void 0 : o.startPositionRow),
42643 (s.startPositionColumn = null == o ? void 0 : o.startPositionColumn),
42644 (s.startIndex = null == o ? void 0 : o.startIndex),
42645 (s.endPositionRow = null == o ? void 0 : o.endPositionRow),
42646 (s.endPositionColumn = null == o ? void 0 : o.endPositionColumn),
42647 (s.endIndex = null == o ? void 0 : o.endIndex),
42648 s
42649 ),
42650 cloneDeep = (s, o = {}) => {
42651 const { visited: i = new WeakMap() } = o,

Callers 3

cloneShallowElementFunction · 0.85
copyMetaAndAttributesMethod · 0.85
copyMetaAndAttributesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected