At returns the current meta. It depends on the implementation whether the chunk is populated or not.
()
| 238 | // At returns the current meta. |
| 239 | // It depends on the implementation whether the chunk is populated or not. |
| 240 | At() Meta |
| 241 | // Next advances the iterator by one. |
| 242 | Next() bool |
| 243 | // Err returns optional error if Next is false. |
no outgoing calls