MCPcopy 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
347function performCommand(nameOfCommand) {
348 _field.send("call.commandByName", {
349 command: nameOfCommand,
350 rebuild: true
351 });
352}
353
354cm.setOption("keymap", "sublime");

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected