(owner: Owner)
| 1162 | }; |
| 1163 | |
| 1164 | const ownerRank = (owner: Owner): number => readOwners.indexOf(owner); |
| 1165 | |
| 1166 | const sortByOwnerPrecedence = (rows: readonly CoreRow<"plugin_storage">[]) => |
| 1167 | [...rows].sort((left, right) => { |
no outgoing calls
no test coverage detected