Releases a META lookup permit that was acquired. @see #acquireMetaLookupPermit
()
| 716 | * @see #acquireMetaLookupPermit |
| 717 | */ |
| 718 | void releaseMetaLookupPermit() { |
| 719 | meta_lookups.release(); |
| 720 | } |
| 721 | |
| 722 | /** |
| 723 | * Finds the highest row that's less than or equal to the given row. |
no outgoing calls
no test coverage detected