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

Function Init

internal/registry/loader.go:67–69  ·  view source on GitHub ↗

Init initializes the registry with default brand (feishu). It is safe to call multiple times (sync.Once).

()

Source from the content-addressed store, hash-verified

65// Init initializes the registry with default brand (feishu).
66// It is safe to call multiple times (sync.Once).
67func Init() {
68 InitWithBrand(core.BrandFeishu)
69}
70
71// InitWithBrand initializes the registry by loading embedded data and optionally
72// overlaying cached remote data. The brand determines which remote API host to use.

Callers 10

TestScopeSnapshotFunction · 0.92
TestCacheHit_WithinTTLFunction · 0.70
ServicesTypedFunction · 0.70
ServiceTypedFunction · 0.70
ListFromMetaProjectsFunction · 0.70
ensureFreshRegistryFunction · 0.70

Calls 1

InitWithBrandFunction · 0.85