TableId returns which table the context is referring to.
()
| 7 | type TableContext interface { |
| 8 | // TableId returns which table the context is referring to. |
| 9 | TableId() uint64 |
| 10 | |
| 11 | // TableFlags returns the table's flags. |
| 12 | TableFlags() uint16 |
no outgoing calls