MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / getQuery

Function getQuery

web/packages/tca-analysis/src/utils/index.ts:60–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 * 获取当前查询参数
59 */
60export const getQuery = () => qs.parse(window.location.search.replace('?', ''));
61
62/**
63 * 获取meta标签content

Callers 6

ScanDetailFunction · 0.90
ScanHistoryFunction · 0.90
DupFilesFunction · 0.90
CCFilesFunction · 0.90
CCIssuesFunction · 0.90
IssuesFunction · 0.90

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected