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

Function createInvalidArgFactory

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

Source from the content-addressed store, hash-verified

56691 )
56692 }
56693 }
56694 function createInvalidArgFactory(s, o) {
56695 return (i, a) => {
56696 throw new Error(
56697 `Invalid value of type ${typeof s} for ${o} argument when connecting component ${a.wrappedComponentName}.`
56698 )
56699 }
56700 }
56701 function defaultMergeProps(s, o, i) {
56702 return { ...i, ...s, ...o }

Callers 1

dOFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected