MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / openExternal

Method openExternal

src/back/SocketServer.ts:166–170  ·  view source on GitHub ↗

* Return a function that opens an external path at a specific client. * * @param client Client to open an external path at.

(client: BackClient)

Source from the content-addressed store, hash-verified

164 * @param client Client to open an external path at.
165 */
166 public openExternal(client: BackClient): OpenExternalFunc {
167 return (url, options) => {
168 return this.request(client, BackOut.OPEN_EXTERNAL, url, options);
169 };
170 }
171
172 // Queue
173

Callers 15

fpfssLoginFunction · 0.80
AppClass · 0.80
renderMethod · 0.80
renderMethod · 0.80
linkFunction · 0.80
onOpenSubmissionPageFunction · 0.80
CuratePageFunction · 0.80
onNewPageFunction · 0.80
onNewPageFunction · 0.80
registerHandlersFunction · 0.80
onNewPageFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected