Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VSpaceCode/VSpaceCode
/ toHashKey
Function
toHashKey
src/configuration/configuration.ts:103–105 ·
view source on GitHub ↗
(b: KeyBinding)
Source
from the content-addressed store, hash-verified
101
}
102
103
function
toHashKey(b: KeyBinding) {
104
return
`${b.key}${b.command}${b.when ??
""
}`;
105
}
106
107
async
function
editBindingsDoc(doc: TextDocument) {
108
const
text = doc.getText();
Callers
1
editBindingsDoc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected