MCPcopy Create free account
hub / github.com/CodinGame/monaco-vscode-api / ascend

Method ascend

demo/src/features/testing.ts:104–109  ·  view source on GitHub ↗
(depth: number)

Source from the content-addressed store, hash-verified

102 this.didResolve = true
103
104 const ascend = (depth: number) => {
105 while (ancestors.length > depth) {
106 const finished = ancestors.pop()!
107 finished.item.children.replace(finished.children)
108 }
109 }
110
111 parseMarkdown(content, {
112 onTest: (range, a, operator, b, expected) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected