Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Marus/cortex-debug
/ editLiveWatchExpr
Method
editLiveWatchExpr
src/frontend/extension.ts:915–917 ·
view source on GitHub ↗
(node: any)
Source
from the content-addressed store, hash-verified
913
}
914
915
private editLiveWatchExpr(node: any) {
916
this.liveWatchProvider.editNode(node);
917
}
918
919
private moveUpLiveWatchExpr(node: any) {
920
this.liveWatchProvider.moveUpNode(node);
Callers
nothing calls this directly
Calls
1
editNode
Method · 0.80
Tested by
no test coverage detected