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

Struct DeferredToolIndex

tools/deferred.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type DeferredToolIndex struct {
9 tools map[string]Tool
10 order []string
11}
12
13func NewDeferredToolIndex() *DeferredToolIndex {
14 return &DeferredToolIndex{tools: map[string]Tool{}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected