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

Function activeRequestsForScene

frontend/app.js:147–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145
146 // 用于 Cesium 场景渲染的实时活跃请求(不受分页影响)
147 activeRequestsForScene() {
148 const rows = Array.isArray(this.systemData.requests) ? this.systemData.requests : [];
149 return rows.filter((req) => req.source !== 'background');
150 },
151
152 recentRequests() {
153 return this.requests.slice(0, 8);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected