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

Function dismissOwnerPrompt

src/stores/session.ts:723–725  ·  view source on GitHub ↗

* 本会话不再提醒"选择我是谁"(仅抑制弹窗,不影响自动补全)

(id: string)

Source from the content-addressed store, hash-verified

721 * 本会话不再提醒"选择我是谁"(仅抑制弹窗,不影响自动补全)
722 */
723 function dismissOwnerPrompt(id: string): Promise<boolean> {
724 return useDataService().dismissOwnerPrompt(id)
725 }
726
727 /**
728 * 导入成功后静默尝试应用平台 owner profile(失败不影响导入流程)

Callers

nothing calls this directly

Calls 2

useDataServiceFunction · 0.90
dismissOwnerPromptMethod · 0.65

Tested by

no test coverage detected