Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ native
Method
native
core/src/subagent.rs:455–458 ·
view source on GitHub ↗
Mark as native (built-in)
(mut self)
Source
from the content-addressed store, hash-verified
453
454
/// Mark as native (built-in)
455
pub fn native(mut self) -> Self {
456
self.native = true;
457
self
458
}
459
460
/// Mark as hidden from UI
461
pub fn hidden(mut self) -> Self {
Callers
1
test_agent_definition_builder
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_agent_definition_builder
Function · 0.64