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

Method getProfileEntry

src/extension/api.ts:513–515  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

511 }
512
513 public getProfileEntry(name: string): ProviderSettingsEntry | undefined {
514 return this.sidebarProvider.getProviderProfileEntry(name)
515 }
516
517 public async createProfile(name: string, profile?: ProviderSettings, activate: boolean = true) {
518 const entry = this.getProfileEntry(name)

Callers 4

createProfileMethod · 0.95
updateProfileMethod · 0.95
deleteProfileMethod · 0.95
setActiveProfileMethod · 0.95

Calls 1

Tested by

no test coverage detected