MCPcopy
hub / github.com/philc/vimium / createMode

Function createMode

tests/dom_tests/dom_tests.js:1125–1129  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

1123// );
1124
1125const createMode = (options) => {
1126 const mode = new Mode();
1127 mode.init(options);
1128 return mode;
1129};
1130
1131context("Mode utilities", () => {
1132 setup(() => {

Callers 1

dom_tests.jsFile · 0.85

Calls 1

initMethod · 0.95

Tested by

no test coverage detected