MCPcopy
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

4const yes = '✅ Yes';
5const no = '❌ No';
6const check = (v: any) => (v ? yes : no);
7
8const HttpSecurityCard = (props: { data: any; title: string; actionButtons: any }): JSX.Element => {
9 const d = props.data;

Callers 1

HttpSecurityCardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected