MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getActiveProfile

Method getActiveProfile

src/extension/api.ts:577–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

575 }
576
577 public getActiveProfile(): string | undefined {
578 return this.getConfiguration().currentApiConfigName
579 }
580
581 public async setActiveProfile(name: string): Promise<string | undefined> {
582 const entry = this.getProfileEntry(name)

Callers 1

setActiveProfileMethod · 0.95

Calls 1

getConfigurationMethod · 0.95

Tested by

no test coverage detected