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

Function execute_pending_program

darc-js/src/darcjs.ts:274–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272}
273
274export function execute_pending_program(): OperationStruct {
275 let operation = OPCODE_ID_33_EXECUTE_PENDING_PROGRAM();
276 return operation;
277}
278
279export function end_emergency(): OperationStruct {
280 let operation = OPCODE_ID_34_END_EMERGENCY();

Callers

nothing calls this directly

Tested by

no test coverage detected