MCPcopy Create free account
hub / github.com/Wscats/vscode-explore / constructor

Method constructor

contextKeyExpr/src/contributes.ts:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 private readonly _config: Config;
14 private readonly _contexts: Contexts;
15 constructor() {
16 // 缓存所有配置项
17 this._config = new Config();
18 // 缓存所有作用域
19 this._contexts = new Contexts();
20 }
21
22 // 深度克隆配置项
23 private _cloneContribute(confg: Config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected