MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / list

Method list

crates/openshell-server/src/persistence/mod.rs:306–313  ·  view source on GitHub ↗

List objects by type.

(
        &self,
        object_type: &str,
        limit: u32,
        offset: u32,
    )

Source from the content-addressed store, hash-verified

304
305 /// List objects by type.
306 pub async fn list(
307 &self,
308 object_type: &str,
309 limit: u32,
310 offset: u32,
311 ) -> PersistenceResult<Vec<ObjectRecord>> {
312 store_dispatch!(self.list(object_type, limit, offset))
313 }
314
315 /// List objects by type and application-owned scope.
316 pub async fn list_by_scope(

Callers 12

list_all_refresh_statesFunction · 0.45
reap_expired_sessionsFunction · 0.45
scan_sandboxesFunction · 0.45
list_messagesMethod · 0.45
sqlite_list_pagingFunction · 0.45
has_gpu_capacityMethod · 0.45
list_sandboxesMethod · 0.45

Calls

no outgoing calls

Tested by 2

sqlite_list_pagingFunction · 0.36