MCPcopy Index your code
hub / github.com/coder/coder / isExploreSubagentMode

Function isExploreSubagentMode

coderd/x/chatd/chatd.go:6502–6504  ·  view source on GitHub ↗
(mode database.NullChatMode)

Source from the content-addressed store, hash-verified

6500}
6501
6502func isExploreSubagentMode(mode database.NullChatMode) bool {
6503 return mode.Valid && mode.ChatMode == database.ChatModeExplore
6504}
6505
6506// filterExternalMCPConfigsForTurn returns the external MCP server configs
6507// visible on the current turn. Explore children snapshot this filtered set at

Callers 9

SendMessageMethod · 0.85
allowedBehaviorToolNamesFunction · 0.85
stopAfterBehaviorToolsFunction · 0.85
buildSystemPromptFunction · 0.85
appendDynamicToolsFunction · 0.85
runChatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected