(externalId: string)
| 80 | export const LOCAL_SUBJECT_ID = "local"; |
| 81 | |
| 82 | export const isLocalSubject = (externalId: string): boolean => externalId === LOCAL_SUBJECT_ID; |
| 83 | |
| 84 | /** Visual truncation only — never a parse. Keeps both ends so two ids that |
| 85 | * differ in the middle stay distinguishable. */ |
no outgoing calls
no test coverage detected