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

Function execute_pending_program

darc-js/src/SDK/includes.ts:240–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240export function execute_pending_program() {
241 let operation = OPCODE_ID_33_EXECUTE_PENDING_PROGRAM();
242 operationList.push(operation);
243}
244
245export function end_emergency() {
246 let operation = OPCODE_ID_34_END_EMERGENCY();

Callers

nothing calls this directly

Tested by

no test coverage detected