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

Function cmp

contextKeyExpr/src/contextkey.ts:241–243  ·  view source on GitHub ↗
(a: ContextKeyExpression, b: ContextKeyExpression)

Source from the content-addressed store, hash-verified

239}
240
241function cmp(a: ContextKeyExpression, b: ContextKeyExpression): number {
242 return a.cmp(b);
243}
244
245export class ContextKeyFalseExpr implements IContextKeyExpression {
246 public static INSTANCE = new ContextKeyFalseExpr();

Callers 2

cmpMethod · 0.70
cmpMethod · 0.70

Calls 1

cmpMethod · 0.65

Tested by

no test coverage detected