MCPcopy Create free account
hub / github.com/Marus/cortex-debug / expandChildren

Method expandChildren

src/frontend/views/live-watch.ts:238–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 public expandChildren(): Promise<void> {
239 return new Promise<void>((resolve) => {
240 this.expanded = true;
241 // If we still have a current session, try to get the children or
242 // wait for the next timer
243 this.refreshChildren(resolve);
244 });
245 }
246
247 public refresh(session: vscode.DebugSession): Promise<void> {
248 return new Promise<void>((resolve) => {

Callers 2

constructorMethod · 0.45
expandChildrenMethod · 0.45

Calls 1

refreshChildrenMethod · 0.95

Tested by

no test coverage detected