MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / SearchDeferred

Method SearchDeferred

tools/registry.go:142–144  ·  view source on GitHub ↗
(query string)

Source from the content-addressed store, hash-verified

140}
141
142func (r *ToolRegistry) SearchDeferred(query string) []Tool {
143 return r.deferred.Search(query)
144}
145
146func (r *ToolRegistry) GetAPISchemas() []map[string]any {
147 return r.GetAPISchemasFiltered(true, nil, false)

Callers 1

handleToolSearchQueryFunction · 0.80

Calls 1

SearchMethod · 0.80

Tested by

no test coverage detected