MCPcopy Create free account
hub / github.com/IgorWarzocha/howcode / getLocalDraftChatGroupId

Function getLocalDraftChatGroupId

shared/session-paths.ts:45–47  ·  view source on GitHub ↗
(sessionPath: string | null | undefined)

Source from the content-addressed store, hash-verified

43}
44
45export function getLocalDraftChatGroupId(sessionPath: string | null | undefined) {
46 return getLocalDraftParts(sessionPath)?.chatGroupId ?? null
47}
48
49export function createLocalThreadDraft(
50 projectId: string,

Callers 2

ChatWorkspaceViewFunction · 0.90

Calls 1

getLocalDraftPartsFunction · 0.85

Tested by

no test coverage detected