Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ GetDeferredTools
Method
GetDeferredTools
tools/registry.go:126–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
}
125
126
func
(r *ToolRegistry) GetDeferredTools()
map
[string]Tool {
127
return
r.deferred.GetAll()
128
}
129
130
func
(r *ToolRegistry) GetDeferredToolNames() []string {
131
return
r.deferred.Names()
Callers
6
TestMCPRegisterToolsDeferredExecutionAndResources
Function · 0.95
TestMCPRegisterToolsConnectFailureAndNoConfigDoNotPolluteRegistryLikePython
Function · 0.95
TestMCPProjectConfigRequiresTrust
Function · 0.95
mcpRowsFromRegistry
Function · 0.80
handleToolSearchQuery
Function · 0.80
TestCoreExecutionEngineClearMCPDisconnectsClientsLikePython
Function · 0.80
Calls
1
GetAll
Method · 0.80
Tested by
4
TestMCPRegisterToolsDeferredExecutionAndResources
Function · 0.76
TestMCPRegisterToolsConnectFailureAndNoConfigDoNotPolluteRegistryLikePython
Function · 0.76
TestMCPProjectConfigRequiresTrust
Function · 0.76
TestCoreExecutionEngineClearMCPDisconnectsClientsLikePython
Function · 0.64