MCPcopy 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
103function toHashKey(b: KeyBinding) {
104 return `${b.key}${b.command}${b.when ?? ""}`;
105}
106
107async function editBindingsDoc(doc: TextDocument) {
108 const text = doc.getText();

Callers 1

editBindingsDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected