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

Function process_feed

pyth_feed/programs/pyth_feed/src/lib.rs:19–21  ·  view source on GitHub ↗
(ctx: Context<ProcessFeed>)

Source from the content-addressed store, hash-verified

17 }
18
19 pub fn process_feed(ctx: Context<ProcessFeed>) -> Result<()> {
20 process_feed::handler(ctx)
21 }
22}

Callers

nothing calls this directly

Calls 1

handlerFunction · 0.50

Tested by

no test coverage detected