(owner: Owner)
| 938 | }; |
| 939 | |
| 940 | const ownerRank = (owner: Owner): number => readOwners.indexOf(owner); |
| 941 | |
| 942 | const sortByOwnerPrecedence = (rows: readonly CoreRow<"plugin_storage">[]) => |
| 943 | [...rows].sort((left, right) => { |
no outgoing calls
no test coverage detected