(owner: Owner)
| 1175 | }; |
| 1176 | |
| 1177 | const ownerRank = (owner: Owner): number => readOwners.indexOf(owner); |
| 1178 | |
| 1179 | const sortByOwnerPrecedence = (rows: readonly CoreRow<"plugin_storage">[]) => |
| 1180 | [...rows].sort((left, right) => { |
no outgoing calls
no test coverage detected