(owner: Owner)
| 1184 | }; |
| 1185 | |
| 1186 | const ownerRank = (owner: Owner): number => readOwners.indexOf(owner); |
| 1187 | |
| 1188 | const sortByOwnerPrecedence = (rows: readonly CoreRow<"plugin_storage">[]) => |
| 1189 | [...rows].sort((left, right) => { |
no outgoing calls
no test coverage detected