MCPcopy Create free account
hub / github.com/clockwork-xyz/examples / handler

Function handler

orca_dca/programs/orca_dca/src/instructions/dca_delete.rs:28–30  ·  view source on GitHub ↗
(_ctx: Context<DcaDelete>)

Source from the content-addressed store, hash-verified

26}
27
28pub fn handler(_ctx: Context<DcaDelete>) -> Result<()> {
29 Ok(())
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected