MCPcopy Create free account
hub / github.com/github/copilot-sdk / unsubscribe

Function unsubscribe

nodejs/test/e2e/rpc_session_state.e2e.test.ts:804–804  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

802): Promise<T> {
803 return new Promise<T>((resolve, reject) => {
804 let unsubscribe: () => void = () => {};
805 const timeout = setTimeout(() => {
806 unsubscribe();
807 reject(new Error(`Timed out waiting for ${description}`));

Callers 1

waitForEventFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…