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

Method affectsSome

contextKeyExpr/src/contextkey.ts:1262–1262  ·  view source on GitHub ↗
(keys: IReadableSet<string>)

Source from the content-addressed store, hash-verified

1260
1261export interface IContextKeyChangeEvent {
1262 affectsSome(keys: IReadableSet<string>): boolean;
1263}
1264
1265

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected