Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
func
(r *registry) add(p Plugin) {
41
r.mu.Lock()
42
defer
r.mu.Unlock()
43
r.plugins = append(r.plugins, p)
44
}
45
46
func
(r *registry) snapshot() []Plugin {
47
r.mu.Lock()
Callers
11
changedLinesFromPatch
Function · 0.80
getMirrorUrls
Function · 0.80
collectCoreAreas
Function · 0.80
collectSensitiveKeywords
Function · 0.80
classifyPr
Function · 0.80
main
Function · 0.80
collectDomainsFromText
Function · 0.80
planIssueLabelChanges
Function · 0.80
field_tokens
Function · 0.80
score_icon
Function · 0.80
Register
Function · 0.80
Calls
1
Unlock
Method · 0.80
Tested by
no test coverage detected