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

Function copy

libs/echarts/echarts-en.simple.js:932–936  ·  view source on GitHub ↗

* 复制向量数据 * @param {Vector2} out * @param {Vector2} v * @return {Vector2}

(out, v)

Source from the content-addressed store, hash-verified

930 * @return {Vector2}
931 */
932function copy(out, v) {
933 out[0] = v[0];
934 out[1] = v[1];
935 return out;
936}
937
938/**
939 * 克隆一个向量

Callers 1

mergeLayoutParamFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected