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

Function hashFragmentTitle

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

Source from the content-addressed store, hash-verified

19 }
20
21 function hashFragmentTitle() {
22 if (hashPresent) return 'The hash fragment is:';
23 return 'No hash fragment in the url';
24 }
25
26 function linkToShowQueryAndOrHash() {
27 if (queryPresent && hashPresent) return null;

Callers 1

ExampleTwoDeepComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected