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

Method removeLiveWatchExpr

src/frontend/extension.ts:911–913  ·  view source on GitHub ↗
(node: any)

Source from the content-addressed store, hash-verified

909 }
910
911 private removeLiveWatchExpr(node: any) {
912 this.liveWatchProvider.removeWatchExpr(node);
913 }
914
915 private editLiveWatchExpr(node: any) {
916 this.liveWatchProvider.editNode(node);

Callers

nothing calls this directly

Calls 1

removeWatchExprMethod · 0.80

Tested by

no test coverage detected