MCPcopy Create free account
hub / github.com/EvoMap/evolver / escapeSearchQuery

Function escapeSearchQuery

src/gep/issueReporter.js:303–305  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

301}
302
303function escapeSearchQuery(s) {
304 return String(s || '').replace(/"/g, '').replace(/[\r\n]+/g, ' ').trim();
305}
306
307async function findExistingIssue(repo, title, token) {
308 const titleSig = escapeSearchQuery(title).slice(0, 120);

Callers 1

findExistingIssueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected