Closed bgogul closed 2 years ago
Something like this Verify(SqlIrProto proto). SqlIrProto is the relevant proto.
Verify(SqlIrProto proto)
First step is to get the proto passed in from Kotlin and get the IR generated.
Here are the relevant files and their history:
Something like this
Verify(SqlIrProto proto)
. SqlIrProto is the relevant proto.