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

Method setOwnerAndApplyProfile

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

Source from the content-addressed store, hash-verified

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
153 // ==================== 联系人 ====================

Callers 2

registerSessionRoutesFunction · 0.65
setOwnerAndApplyProfileFunction · 0.65

Implementers 1

FetchDataAdaptersrc/services/data/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected