MCPcopy Index your code
hub / github.com/SecureAI-Tools/SecureAI-Tools / get

Function get

apps/web/lib/fe/api.ts:25–29  ·  view source on GitHub ↗
(
  input: RequestInfo,
)

Source from the content-addressed store, hash-verified

23}
24
25export async function get<RES>(
26 input: RequestInfo,
27): Promise<ResponseWithHeaders<RES>> {
28 return await makeRequest<null, RES>("GET", input, null);
29}
30
31export async function post<REQ, RES>(
32 input: RequestInfo,

Callers 2

onFormSubmitFunction · 0.90
OrgGeneralSettingsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected