MCPcopy
hub / github.com/microsoft/playwright / _final

Method _final

packages/utils/nodePlatform.ts:166–170  ·  view source on GitHub ↗
(callback: (error?: Error | null) => void)

Source from the content-addressed store, hash-verified

164 }
165
166 override async _final(callback: (error?: Error | null) => void) {
167 // Stream might be destroyed after the connection was closed.
168 const error = await this._channel.close().catch(e => e);
169 callback(error || null);
170 }
171}

Callers

nothing calls this directly

Calls 3

catchMethod · 0.80
callbackFunction · 0.70
closeMethod · 0.65

Tested by

no test coverage detected