MCPcopy
hub / github.com/streetwriters/notesnook / BackgroundGateway

Class BackgroundGateway

extensions/web-clipper/src/content-scripts/nn.ts:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71class BackgroundGateway implements Gateway {
72 connect() {
73 return {
74 name: "Web clipper",
75 id: "unknown-id"
76 };
77 }
78}
79
80attachOnConnectListener();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected