MCPcopy
hub / github.com/NginxProxyManager/nginx-proxy-manager / get

Function get

frontend/src/api/backend/base.ts:79–81  ·  view source on GitHub ↗
(args: GetArgs, abortController?: AbortController)

Source from the content-addressed store, hash-verified

77}
78
79export async function get(args: GetArgs, abortController?: AbortController) {
80 return processResponse(await baseGet(args, abortController));
81}
82
83export async function download({ url, params }: GetArgs, filename = "download.file") {
84 const headers = buildAuthHeader();

Callers

nothing calls this directly

Calls 2

processResponseFunction · 0.85
baseGetFunction · 0.85

Tested by

no test coverage detected