MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / initialize

Method initialize

packages/server/src/IdentityManager.ts:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public async initialize() {
58 await this._validateLicenseKey()
59 this.permissions = new Permissions()
60 if (process.env.STRIPE_SECRET_KEY) {
61 this.stripeManager = await StripeManager.getInstance()
62 }
63 }
64
65 public getPlatformType = () => {
66 return this.currentInstancePlatform

Callers 2

getInstanceMethod · 0.45
initializeSsoProviderMethod · 0.45

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected