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

Function addNewLine

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

Source from the content-addressed store, hash-verified

35148 _ = ''
35149 const addWords = (...s) => (_ += ' ' + s.map(o).join(' ')),
35150 addWordsWithoutLeadingSpace = (...s) => (_ += s.map(o).join(' ')),
35151 addNewLine = () => (_ += ` ${i}`),
35152 addIndent = (s = 1) => (_ += ' '.repeat(s))
35153 let w = s.get('headers')

Callers 1

curlifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected