MCPcopy Index your code
hub / github.com/browserless/browserless / handler

Method handler

src/shared/json-list.http.ts:33–36  ·  view source on GitHub ↗
(_req: Request, res: Response)

Source from the content-addressed store, hash-verified

31 tags = [APITags.browserAPI];
32
33 async handler(_req: Request, res: Response): Promise<void> {
34 const browserManage = this.browserManager();
35 return jsonResponse(res, 200, await browserManage.getJSONList());
36 }
37}

Callers

nothing calls this directly

Calls 2

jsonResponseFunction · 0.85
getJSONListMethod · 0.80

Tested by

no test coverage detected