MCPcopy Create free account
hub / github.com/GCWing/BitFun / get_workspaces_mut

Method get_workspaces_mut

src/crates/assembly/core/src/service/workspace/manager.rs:1425–1427  ·  view source on GitHub ↗

Returns a mutable reference to the workspace map (for import).

(&mut self)

Source from the content-addressed store, hash-verified

1423
1424 /// Returns a mutable reference to the workspace map (for import).
1425 pub fn get_workspaces_mut(&mut self) -> &mut HashMap<String, WorkspaceInfo> {
1426 &mut self.workspaces
1427 }
1428
1429 /// Returns the opened workspace ids.
1430 pub fn get_opened_workspace_ids(&self) -> &Vec<String> {

Callers 9

open_remote_workspaceFunction · 0.80
create_workspaceMethod · 0.80
rescan_workspaceMethod · 0.80
update_workspace_infoMethod · 0.80
import_workspacesMethod · 0.80
load_workspace_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected