MCPcopy Create free account
hub / github.com/Azure/static-web-apps-cli / hasSpaces

Function hasSpaces

src/core/utils/strings.ts:25–25  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

23}
24
25export const hasSpaces = (str: string): boolean => str.indexOf(" ") !== -1;

Callers 2

strings.spec.tsFile · 0.85
generateConfigurationFunction · 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…