MCPcopy Create free account
hub / github.com/Project-DARC/DARC / batch_disable_plugins

Function batch_disable_plugins

darc-js/src/darcjs.ts:189–192  ·  view source on GitHub ↗
(pluginIndexArray: bigint[] | number[], isBeforeOperationArray: boolean[])

Source from the content-addressed store, hash-verified

187}
188
189export function batch_disable_plugins(pluginIndexArray: bigint[] | number[], isBeforeOperationArray: boolean[]): OperationStruct {
190 let operation = OPCODE_ID_14_BATCH_DISABLE_PLUGINS(pluginIndexArray, isBeforeOperationArray);
191 return operation;
192}
193
194export function batch_add_and_enable_plugins(pluginArray: PluginStruct[] | PluginStructWithNode[]): OperationStruct {
195 let operation = OPCODE_ID_15_BATCH_ADD_AND_ENABLE_PLUGINS(pluginArray);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected