Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mongodb/node-mongodb-native
/ onTransformError
Method
onTransformError
src/cmap/connection.ts:313–315 ·
view source on GitHub ↗
(error: Error)
Source
from the content-addressed store, hash-verified
311
}
312
313
private onTransformError(error: Error) {
314
this.onError(error);
315
}
316
317
public onError(error: Error) {
318
this.cleanup(error);
Callers
nothing calls this directly
Calls
1
onError
Method · 0.95
Tested by
no test coverage detected