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

Function batch_disable_plugins

darc-js/src/SDK/includes.ts:155–158  ·  view source on GitHub ↗
(pluginIndexArray: bigint[] | number[], isBeforeOperationArray: boolean[])

Source from the content-addressed store, hash-verified

153}
154
155export function batch_disable_plugins(pluginIndexArray: bigint[] | number[], isBeforeOperationArray: boolean[]) {
156 let operation = OPCODE_ID_14_BATCH_DISABLE_PLUGINS(pluginIndexArray, isBeforeOperationArray);
157 operationList.push(operation);
158}
159
160export function batch_add_and_enable_plugins(pluginArray: PluginStruct[] | PluginStructWithNode[]) {
161 let operation = OPCODE_ID_15_BATCH_ADD_AND_ENABLE_PLUGINS(pluginArray);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected