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

Function ListFromMetaProjects

internal/registry/loader.go:154–157  ·  view source on GitHub ↗

ListFromMetaProjects lists available service project names (sorted). go:noinline

()

Source from the content-addressed store, hash-verified

152//
153//go:noinline
154func ListFromMetaProjects() []string {
155 Init()
156 return mergedProjectList
157}
158
159// DefaultScopeScore is the score assigned to scopes not in the priorities table.
160// Higher score = more recommended. Unscored scopes get 0 (least preferred).

Callers 15

diagAllKnownDomainsFunction · 0.92
TestCompleteDomainFunction · 0.92
TestAllKnownDomainsFunction · 0.92
completeDomainFunction · 0.92
allKnownDomainsFunction · 0.92
TestDomainFlagCompletionFunction · 0.92
getDomainMetadataFunction · 0.92
GetReadOnlyScopesFunction · 0.85

Calls 1

InitFunction · 0.70