MCPcopy Create free account
hub / github.com/CommE2E/comm / threadLabel

Function threadLabel

lib/shared/thread-utils.js:1159–1161  ·  view source on GitHub ↗
(threadType: ThreadType)

Source from the content-addressed store, hash-verified

1157}
1158
1159function threadLabel(threadType: ThreadType): string {
1160 return threadSpecs[threadType].threadLabel;
1161}
1162
1163type ExistingThreadInfoFinderParams =
1164 | {

Callers 2

robotextFunction · 0.90
ThreadVisibilityFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected