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

Function less

contextKeyExpr/src/contextkey.ts:116–118  ·  view source on GitHub ↗
(key: string, value: any)

Source from the content-addressed store, hash-verified

114 }
115
116 public static less(key: string, value: any): ContextKeyExpression {
117 return ContextKeyLessExpr.create(key, value);
118 }
119
120 public static deserialize(serialized: string | null | undefined, strict: boolean = false): ContextKeyExpression | undefined {
121 if (!serialized) {

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected