Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lissy93/web-check
/ check
Function
check
src/web-check-live/components/Results/HttpSecurity.tsx:6–6 ·
view source on GitHub ↗
(v: any)
Source
from the content-addressed store, hash-verified
4
const yes =
'✅ Yes'
;
5
const no =
'❌ No'
;
6
const check = (v: any) => (v ? yes : no);
7
8
const HttpSecurityCard = (props: { data: any; title: string; actionButtons: any }): JSX.Element => {
9
const d = props.data;
Callers
1
HttpSecurityCard
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected