You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Improve get_players retrieval in world state
}fn get_players(&self) -> Result<ObjSet,WorldStateError>{// TODO: Improve get_players retrieval in world state// this is going to be not-at-all performant in the long run, and we'll need a way to// cache this or index it better
get_all_object_keys_matching(
The text was updated successfully, but these errors were encountered:
this is going to be not-at-all performant in the long run, and we'll need a way to
cache this or index it better
moor/crates/db/src/odb/rb_worldstate.rs
Line 112 in 47435a1
The text was updated successfully, but these errors were encountered: