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

Function batch_enable_plugins

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

Source from the content-addressed store, hash-verified

182}
183
184export function batch_enable_plugins(pluginIndexArray: bigint[] | number[], isBeforeOperationArray: boolean[]): OperationStruct {
185 let operation = OPCODE_ID_13_BATCH_ENABLE_PLUGINS(pluginIndexArray, isBeforeOperationArray);
186 return operation;
187}
188
189export function batch_disable_plugins(pluginIndexArray: bigint[] | number[], isBeforeOperationArray: boolean[]): OperationStruct {
190 let operation = OPCODE_ID_14_BATCH_DISABLE_PLUGINS(pluginIndexArray, isBeforeOperationArray);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected