MCPcopy Create free account
hub / github.com/rhashimoto/wa-sqlite / deactivate

Method deactivate

demo/SharedService/SharedService.js:107–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 deactivate() {
108 this.#onDeactivate?.abort();
109 this.#onDeactivate = null;
110 }
111
112 close() {
113 this.deactivate();

Callers 1

closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected