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

Function getSessionPath

shared/pi-thread-action-payloads.ts:45–47  ·  view source on GitHub ↗
(payload: DesktopActionPayloadInput)

Source from the content-addressed store, hash-verified

43}
44
45export function getSessionPath(payload: DesktopActionPayloadInput) {
46 return typeof payload.sessionPath === 'string' ? payload.sessionPath : null
47}
48
49export function getThreadId(payload: DesktopActionPayloadInput) {
50 return typeof payload.threadId === 'string' ? payload.threadId : null

Callers 1

thread-actions.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected