MCPcopy Index your code
hub / github.com/apitable/apitable / setQueryParam

Method setQueryParam

packages/api-client/http/http.ts:104–106  ·  view source on GitHub ↗
(name: string, value: string)

Source from the content-addressed store, hash-verified

102 }
103
104 public setQueryParam(name: string, value: string) {
105 this.url.searchParams.set(name, value);
106 }
107
108 /**
109 * Sets a cookie with the name and value. NO check for duplicate cookies is performed

Callers 15

getSubUnitListMethod · 0.80
loadOrSearchMethod · 0.80
searchMethod · 0.80
searchTeamInfoMethod · 0.80
releaseListWidgetMethod · 0.80
getSignatureUrlMethod · 0.80
getSubTeamsMethod · 0.80
getTeamMembersMethod · 0.80
getTeamTreeMethod · 0.80
readTeamInfoMethod · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected