MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / enabled

Method enabled

web/packages/framework/src/loader/index.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 public async enabled(): Promise<boolean> {
29 return Promise.resolve(true);
30 }
31
32 public async loadMeta(): Promise<MicroApplication[]> {
33 if (await this.productionLoader.enabled()) {

Callers 1

loadMetaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected