MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / Value

Method Value

Extension/src/LanguageServer/dataBinding.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public get Value(): T {
26 return this.value;
27 }
28
29 public set Value(value: T) {
30 if (value !== this.value) {

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.65

Tested by

no test coverage detected