MCPcopy Index your code
hub / github.com/CopyTranslator/CopyTranslator / is_empty_string

Function is_empty_string

src/common/configuration.ts:45–47  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

43
44
45function is_empty_string(str: string): boolean {
46 return !str || str.length === 0;
47}
48
49function getInvalidStringKeys(value: KeyConfig): string[] {
50 const invalidKeys: string[] = [];

Callers 2

getEmptyKeysFunction · 0.85
googleCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected