MCPcopy Create free account
hub / github.com/callstack/agent-device / isMeaningfulReadableIdentifier

Function isMeaningfulReadableIdentifier

src/utils/text-surface.ts:105–110  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

103}
104
105function isMeaningfulReadableIdentifier(value: string): boolean {
106 if (!value) {
107 return false;
108 }
109 return !/^[\w.]+:id\/[\w.-]+$/i.test(value) && !/^_?NS:\d+$/i.test(value);
110}

Callers 1

extractReadableTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…