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

Function serializers_value

frontend/public/swagger-ui-bundle.js:42906–42911  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

42904 return ju(s.href) ? s.href.toValue() : ''
42905 }
42906 }
42907 const serializers_value = (s) =>
42908 Cu(s)
42909 ? ju(s) || Pu(s) || Tu(s) || Iu(s)
42910 ? s.toValue()
42911 : value_visitor_visit(s, new Visitor())
42912 : s
42913 const cp = _curry3(function mergeWithKey(s, o, i) {
42914 var a,

Callers 15

ObjectElementMethod · 0.85
ObjectElementMethod · 0.85
isOpenApiExtensionFunction · 0.85
ObjectElementMethod · 0.85
StringElementMethod · 0.85
ObjectElementMethod · 0.85
ObjectElementMethod · 0.85
ObjectElementMethod · 0.85
ObjectElementMethod · 0.85

Calls 6

juFunction · 0.85
TuFunction · 0.85
IuFunction · 0.85
value_visitor_visitFunction · 0.85
CuFunction · 0.50
toValueMethod · 0.45

Tested by

no test coverage detected