MCPcopy Index your code
hub / github.com/AI45Lab/Code / hidden

Method hidden

core/src/subagent.rs:312–315  ·  view source on GitHub ↗

Hide or show this worker in UI lists.

(mut self, hidden: bool)

Source from the content-addressed store, hash-verified

310
311 /// Hide or show this worker in UI lists.
312 pub fn hidden(mut self, hidden: bool) -> Self {
313 self.hidden = hidden;
314 self
315 }
316
317 /// Override the preset permission policy.
318 pub fn with_permissions(mut self, permissions: PermissionPolicy) -> Self {

Callers 8

into_agent_definitionMethod · 0.80
grepMethod · 0.80
search_filesMethod · 0.80
index_filesMethod · 0.80

Calls

no outgoing calls