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

Function trimLeft

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

Source from the content-addressed store, hash-verified

23792 j = /^([a-z][a-z0-9.+-]*:)?(\/\/)?([\\/]+)?([\S\s]*)/i,
23793 L = /^[a-zA-Z]:/
23794 function trimLeft(s) {
23795 return (s || '').toString().replace(_, '')
23796 }
23797 var B = [
23798 ['#', 'hash'],
23799 ['?', 'query'],

Callers 2

extractProtocolFunction · 0.85
UrlFunction · 0.85

Calls 2

replaceMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected