(owner: Owner)
| 1214 | }; |
| 1215 | |
| 1216 | const ownerRank = (owner: Owner): number => readOwners.indexOf(owner); |
| 1217 | |
| 1218 | const sortByOwnerPrecedence = (rows: readonly CoreRow<"plugin_storage">[]) => |
| 1219 | [...rows].sort((left, right) => { |
no outgoing calls
no test coverage detected