MCPcopy
hub / github.com/hwholiday/learning_tools / Group

Struct Group

gcache/gchace.go:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Group struct {
9 name string
10 getter Getter
11 cache cache
12}
13
14var (
15 mu sync.RWMutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected