MCPcopy Index your code
hub / github.com/dataease/SQLBot / uriToAnchor

Function uriToAnchor

frontend/public/swagger-ui-bundle.js:52887–52890  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

52885 }
52886 },
52887 isAnchor = (s) => /^[A-Za-z_][A-Za-z_0-9.-]*$/.test(s),
52888 uriToAnchor = (s) => {
52889 const o = getHash(s)
52890 return tp('#', o)
52891 },
52892 $anchor_evaluate = (s, o) => {
52893 const i = ((s) => {

Callers 3

uri_evaluateFunction · 0.85
SchemaElementMethod · 0.85
SchemaElementMethod · 0.85

Calls 2

getHashFunction · 0.85
tpFunction · 0.85

Tested by

no test coverage detected