MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / resolveWith

Method resolveWith

libs/jquery.d.ts:134–134  ·  view source on GitHub ↗
(context: any, ...args: any[])

Source from the content-addressed store, hash-verified

132 resolve(val: T): JQueryDeferred<T>;
133 resolve(...args: any[]): JQueryDeferred<T>;
134 resolveWith(context: any, ...args: any[]): JQueryDeferred<T>;
135 state(): string;
136
137 promise(target?: any): JQueryPromise<T>;

Callers 5

aFunction · 0.80
uFunction · 0.80
kFunction · 0.80
erFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected