class ActiveRecord::ConnectionAdapters::SavepointTransaction

def commit

Experimental RBS support (using type sampling data from the type_fusion project).

def commit: () -> Symbol

This signature was generated using 1 sample from 1 application.

def commit
  connection.release_savepoint(savepoint_name) if materialized?
  @state.commit!
end