Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
export
const
hasSpaces = (str: string): boolean => str.indexOf(
" "
) !== -1;
Callers
2
strings.spec.ts
File · 0.85
generateConfiguration
Function · 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…