MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / exportCloud

Method exportCloud

packages/cloudscript/cloudscript.ts:21–21  ·  view source on GitHub ↗
(script: Script, code: string, values: Value[], cookies: ExportCookies[])

Source from the content-addressed store, hash-verified

19
20export default interface CloudScript {
21 exportCloud(script: Script, code: string, values: Value[], cookies: ExportCookies[]): Promise<void>;
22}
23
24function getCookies(detail: chrome.cookies.GetAllDetails): Promise<chrome.cookies.Cookie[]> {

Callers 1

CloudScriptPlanFunction · 0.65

Implementers 1

LocalCloudScriptpackages/cloudscript/local.ts

Calls

no outgoing calls

Tested by

no test coverage detected