MCPcopy Index your code
hub / github.com/github/awesome-copilot / parseSteps

Function parseSteps

extensions/java-modernization-studio/scan.mjs:200–204  ·  view source on GitHub ↗
(md)

Source from the content-addressed store, hash-verified

198}
199
200function parseSteps(md) {
201 if (!md) return [];
202 const checklist = parseChecklist(md);
203 return checklist.length ? checklist : parseLooseSteps(md);
204}
205
206// Return the steps under the first heading matching `headingRe`, up to the next
207// heading, or null if there is no such section. Used to scope the validation

Callers 2

sectionStepsFunction · 0.85
scanRepoFunction · 0.85

Calls 2

parseLooseStepsFunction · 0.85
parseChecklistFunction · 0.70

Tested by

no test coverage detected