MCPcopy Index your code
hub / github.com/FlashpointProject/launcher / showOpenDialogFunc

Method showOpenDialogFunc

src/back/SocketServer.ts:155–159  ·  view source on GitHub ↗

* Return a function that opens a load file box on a specific client. * * @param client Client to open a load file box on.

(client: BackClient)

Source from the content-addressed store, hash-verified

153 * @param client Client to open a load file box on.
154 */
155 public showOpenDialogFunc(client: BackClient): ShowOpenDialogFunc {
156 return (options) => {
157 return this.request(client, BackOut.OPEN_OPEN_DIALOG, options);
158 };
159 }
160
161 /**
162 * Return a function that opens an external path at a specific client.

Callers 1

getOpenOpenDialogFuncFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected