MCPcopy Create free account
hub / github.com/Tong89/smartNode / buildLinkKey

Function buildLinkKey

frontend/tests/app.unit.test.js:357–359  ·  view source on GitHub ↗

* 构造链路 key,镜像 updateRequestLinks 中的 `${req.id}:sat-gs` 等格式。

(reqId, segment)

Source from the content-addressed store, hash-verified

355 * 构造链路 key,镜像 updateRequestLinks 中的 `${req.id}:sat-gs` 等格式。
356 */
357function buildLinkKey(reqId, segment) {
358 return `${reqId}:${segment}`;
359}
360
361describe('Cesium 增量更新 — 实体索引差分逻辑', () => {
362 it('对新出现的节点返回 needsCreate=true', () => {

Callers 1

app.unit.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected