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