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

Method createStackVarName

src/gdb.ts:2780–2782  ·  view source on GitHub ↗
(name: string, varRef: number)

Source from the content-addressed store, hash-verified

2778 }
2779
2780 protected createStackVarName(name: string, varRef: number) {
2781 return `var_${name}_${varRef}`;
2782 }
2783
2784 private async stackVariablesRequest(
2785 response: DebugProtocol.VariablesResponse,

Callers 2

setVariableRequestMethod · 0.95
stackVariablesRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected