MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/nodejs-docs-samples / quit

Method quit

vision/textDetection.js:67–70  ·  view source on GitHub ↗

* Close all active redis server connections.

()

Source from the content-addressed store, hash-verified

65 * Close all active redis server connections.
66 */
67 quit() {
68 this.tokenClient.quit();
69 this.docsClient.quit();
70 }
71
72 /**
73 * Tokenize the given document.

Callers 3

lookupFunction · 0.95
mainFunction · 0.95
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected