Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ performCommand
Function
performCommand
lib/web/instantiate.js:348–353 ·
view source on GitHub ↗
(nameOfCommand)
Source
from the content-addressed store, hash-verified
346
347
function
performCommand(nameOfCommand) {
348
_field.send(
"call.commandByName"
, {
349
command: nameOfCommand,
350
rebuild: true
351
});
352
}
353
354
cm.setOption(
"keymap"
,
"sublime"
);
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected