MCPcopy
hub / github.com/pyodide/pyodide / close

Method close

src/js/fs/wintercg-sockets.ts:256–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254 }
255
256 close(): Promise<void> {
257 this._socket.end(() => {
258 this.closedResolve();
259 });
260 return this.closed;
261 }
262
263 startTls(): Socket {
264 if (this.secureTransport !== "starttls") {

Callers 3

initializeNativeFSFunction · 0.45
closeFunction · 0.45
shutdownFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected