MCPcopy Create free account
hub / github.com/rhysd/Tui / constructor

Method constructor

webview/keymaps_handler.ts:58–59  ·  view source on GitHub ↗
(private config: KeymapsConfig, private context: AppContext)

Source from the content-addressed store, hash-verified

56 private prevHref = location.href;
57
58 constructor(private config: KeymapsConfig, private context: AppContext) {
59 }
60
61 subscribeKeydown() {
62 for (const key in this.config) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected