MCPcopy
hub / github.com/larksuite/cli / add

Method add

extension/platform/register.go:40–44  ·  view source on GitHub ↗
(p Plugin)

Source from the content-addressed store, hash-verified

38}
39
40func (r *registry) add(p Plugin) {
41 r.mu.Lock()
42 defer r.mu.Unlock()
43 r.plugins = append(r.plugins, p)
44}
45
46func (r *registry) snapshot() []Plugin {
47 r.mu.Lock()

Callers 11

changedLinesFromPatchFunction · 0.80
getMirrorUrlsFunction · 0.80
collectCoreAreasFunction · 0.80
collectSensitiveKeywordsFunction · 0.80
classifyPrFunction · 0.80
mainFunction · 0.80
collectDomainsFromTextFunction · 0.80
planIssueLabelChangesFunction · 0.80
field_tokensFunction · 0.80
score_iconFunction · 0.80
RegisterFunction · 0.80

Calls 1

UnlockMethod · 0.80

Tested by

no test coverage detected