MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isLocalSubject

Function isLocalSubject

packages/react/src/lib/admin-users-display.ts:82–82  ·  view source on GitHub ↗
(externalId: string)

Source from the content-addressed store, hash-verified

80export const LOCAL_SUBJECT_ID = "local";
81
82export 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. */

Callers 2

adminUserTitleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected