MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / tryApplyOwnerProfile

Method tryApplyOwnerProfile

src/services/data/fetch.ts:99–101  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

97 }
98
99 tryApplyOwnerProfile(sessionId: string): Promise<ApplyOwnerProfileResult> {
100 return post(`/sessions/${sessionId}/owner/apply-profile`, {})
101 }
102
103 setOwnerAndApplyProfile(sessionId: string, ownerPlatformId: string): Promise<SetOwnerAndApplyProfileResult> {
104 return post(`/sessions/${sessionId}/owner/select`, { ownerPlatformId })

Callers

nothing calls this directly

Calls 1

postFunction · 0.90

Tested by

no test coverage detected