MCPcopy
hub / github.com/Tencent/CodeAnalysis / get

Function get

web/packages/tca-analysis/src/services/index.ts:60–64  ·  view source on GitHub ↗
(url: string, data?: any)

Source from the content-addressed store, hash-verified

58}
59
60export function get(url: string, data?: any) {
61 return request(`${url}${isEmpty(data) ? '' : `?${qs.stringify(data)}`}`, {
62 method: 'GET',
63 });
64}
65
66export function post(url: string, data: any) {
67 return request(url, {

Callers 15

NodeTaskModalFunction · 0.85
OperationRecordTableFunction · 0.85
getHostNameFunction · 0.85
OAuthTableFunction · 0.85
getColumnsFunction · 0.85
getColumnsFunction · 0.85
onSubmitHandleFunction · 0.85
ProcessTableFunction · 0.85
ProcessFunction · 0.85
getUserNameFunction · 0.85
getRulesFunction · 0.85
getToolLibsFunction · 0.85

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected