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

Method GetAll

tools/deferred.go:27–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (d *DeferredToolIndex) GetAll() map[string]Tool {
28 out := make(map[string]Tool, len(d.tools))
29 for k, v := range d.tools {
30 out[k] = v
31 }
32 return out
33}
34
35func (d *DeferredToolIndex) Names() []string {
36 names := make([]string, 0, len(d.order))

Callers 1

GetDeferredToolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected