MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / tryApplyOwnerProfile

Method tryApplyOwnerProfile

src/services/data/types.ts:149–149  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

147 renameSession(sessionId: string, newName: string): Promise<boolean>
148 updateSessionOwnerId(sessionId: string, ownerId: string | null): Promise<boolean>
149 tryApplyOwnerProfile(sessionId: string): Promise<ApplyOwnerProfileResult>
150 setOwnerAndApplyProfile(sessionId: string, ownerPlatformId: string): Promise<SetOwnerAndApplyProfileResult>
151 dismissOwnerPrompt(sessionId: string): Promise<boolean>
152

Callers 5

registerSessionRoutesFunction · 0.65
ensureInstancesFunction · 0.65
cli.tsFile · 0.65
initSyncFunction · 0.65
tryApplyOwnerProfileFunction · 0.65

Implementers 1

FetchDataAdaptersrc/services/data/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected