Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1125
const
createMode = (options) => {
1126
const
mode =
new
Mode();
1127
mode.init(options);
1128
return
mode;
1129
};
1130
1131
context(
"Mode utilities"
, () => {
1132
setup(() => {
Callers
1
dom_tests.js
File · 0.85
Calls
1
init
Method · 0.95
Tested by
no test coverage detected