| 107 | ` |
| 108 | |
| 109 | type BatchFileMetasParams struct { |
| 110 | GraphID string |
| 111 | FileIds []string |
| 112 | } |
| 113 | |
| 114 | func (q *Queries) BatchFileMetas(ctx context.Context, arg BatchFileMetasParams) ([]FileMeta, error) { |
| 115 | query := batchFileMetas |
nothing calls this directly
no outgoing calls
no test coverage detected