MCPcopy Create free account
hub / github.com/dyoshikawa/rulesync / hasControlCharacters

Function hasControlCharacters

src/utils/validation.ts:23–25  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

21 * Check whether a string contains any control characters.
22 */
23export function hasControlCharacters(value: string): boolean {
24 return findControlCharacter(value) !== null;
25}

Callers 2

validation.test.tsFile · 0.85
config.tsFile · 0.85

Calls 1

findControlCharacterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…