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

Function getHash

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

Source from the content-addressed store, hash-verified

40196 _
40197 )
40198 },
40199 getHash = (s) => {
40200 const o = s.indexOf('#')
40201 return -1 !== o ? s.substring(o) : '#'
40202 },
40203 stripHash = (s) => {
40204 const o = s.indexOf('#')

Callers 2

uriToAnchorFunction · 0.85
resolveSchema$refFieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected