(owner: Owner)
| 1462 | }; |
| 1463 | |
| 1464 | const ownerRank = (owner: Owner): number => readOwners.indexOf(owner); |
| 1465 | |
| 1466 | const sortByOwnerPrecedence = (rows: readonly CoreRow<"plugin_storage">[]) => |
| 1467 | [...rows].sort((left, right) => { |
no outgoing calls
no test coverage detected