MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / retrieve2

Function retrieve2

libs/echarts/echarts.simple.js:753–757  ·  view source on GitHub ↗
(value0, value1)

Source from the content-addressed store, hash-verified

751}
752
753function retrieve2(value0, value1) {
754 return value0 != null
755 ? value0
756 : value1;
757}
758
759function retrieve3(value0, value1, value2) {
760 return value0 != null

Callers 7

prepareTruncateOptionsFunction · 0.70
parsePlainTextFunction · 0.70
parseRichTextFunction · 0.70
placeTokenFunction · 0.70
setLabelStyleFunction · 0.70
setTextStyleCommonFunction · 0.70
setTokenTextStyleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected