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

Interface CloudScript

packages/cloudscript/cloudscript.ts:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
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[]> {
25 return new Promise((resolve) => {

Callers 1

CloudScriptPlanFunction · 0.65

Implementers 1

LocalCloudScriptpackages/cloudscript/local.ts

Calls

no outgoing calls

Tested by

no test coverage detected