Page MenuHomeSoftware Heritage

Extract the escape function declaration from the BaseDb.copy_to method
ClosedPublic

Authored by douardda on Jan 29 2019, 5:41 PM.

Details

Summary

There is no need for it to be declared there: it does not use any closure
and defining a function in a function is expensive!

Diff Detail