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