MCPcopy
hub / github.com/rafgraph/spa-github-pages / queryStringTitle

Function queryStringTitle

src/components/ExampleTwoDeepComponent.tsx:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 const hashPresent = location.hash !== '';
15
16 function queryStringTitle() {
17 if (queryPresent) return 'The query string field-value pairs are:';
18 return 'No query string in the url';
19 }
20
21 function hashFragmentTitle() {
22 if (hashPresent) return 'The hash fragment is:';

Callers 1

ExampleTwoDeepComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected