Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ GetDeferredToolNames
Method
GetDeferredToolNames
tools/registry.go:130–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
}
129
130
func
(r *ToolRegistry) GetDeferredToolNames() []string {
131
return
r.deferred.Names()
132
}
133
134
func
(r *ToolRegistry) ActivateTool(name string) Tool {
135
tool := r.deferred.Activate(name)
Callers
1
handleToolSearchSelect
Function · 0.80
Calls
1
Names
Method · 0.45
Tested by
no test coverage detected