MCPcopy
hub / github.com/continuedev/continue / containsUnicode

Function containsUnicode

packages/config-yaml/src/validation.ts:17–19  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

15}
16
17function containsUnicode(str: string): boolean {
18 return /[^\x00-\x7F]/.test(str);
19}
20
21export function validateConfigYaml(
22 config: ConfigYaml,

Callers 1

validateConfigYamlFunction · 0.85

Calls 1

testMethod · 0.80

Tested by

no test coverage detected