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

Method serialize

contextKeyExpr/src/contextkey.ts:1060–1062  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1058 }
1059
1060 public serialize(): string {
1061 return this.expr.map(e => e.serialize()).join(' && ');
1062 }
1063
1064 public keys(): string[] {
1065 const result: string[] = [];

Callers

nothing calls this directly

Calls 3

joinMethod · 0.80
mapMethod · 0.65
serializeMethod · 0.65

Tested by

no test coverage detected