MCPcopy Create free account
hub / github.com/codename-co/stack / constructor

Method constructor

packages/scripts/maintenance/lib/upstream.ts:92–96  ·  view source on GitHub ↗
(status: number, url: string, message: string)

Source from the content-addressed store, hash-verified

90 status: number;
91 url: string;
92 constructor(status: number, url: string, message: string) {
93 super(message);
94 this.status = status;
95 this.url = url;
96 }
97}
98
99const sleep = (ms: number) => new Promise((r) => setTimeout(r, ms));

Callers 1

jquery.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected