Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
join
Method · 0.80
map
Method · 0.65
serialize
Method · 0.65
Tested by
no test coverage detected