MCPcopy Create free account
hub / github.com/bigcode-project/jupytercoder / parseErrorFullmessage

Function parseErrorFullmessage

src/utility.js:343–348  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

341
342
343function parseErrorFullmessage(message) {
344 const meassgeLines = message.split("\n").filter((line) => {
345 return line != "" && line != " "
346 })
347 return meassgeLines[meassgeLines.length - 1]
348}
349
350
351const formatCodeAndBugIllustrate = (currctJupyterModel) => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected