Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
function
containsUnicode(str: string): boolean {
18
return
/[^\x00-\x7F]/.test(str);
19
}
20
21
export
function
validateConfigYaml(
22
config: ConfigYaml,
Callers
1
validateConfigYaml
Function · 0.85
Calls
1
test
Method · 0.80
Tested by
no test coverage detected