Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cypress-io/github-action
/ isUrl
Function
isUrl
index.js:56–56 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
54
55
const
isWindows = () => os.platform() ===
'win32'
56
const
isUrl = (s) => /^https?:\/\
//.test(s)
57
58
/**
59
* Quote strings that contain Windows delimiters.
Callers
1
waitOnMaybe
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected