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

Function create_feed

pyth_feed/programs/pyth_feed/src/lib.rs:15–17  ·  view source on GitHub ↗
(ctx: Context<'_, '_, '_, 'info, CreateFeed<'info>>)

Source from the content-addressed store, hash-verified

13 use super::*;
14
15 pub fn create_feed<'info>(ctx: Context<'_, '_, '_, 'info, CreateFeed<'info>>) -> Result<()> {
16 create_feed::handler(ctx)
17 }
18
19 pub fn process_feed(ctx: Context<ProcessFeed>) -> Result<()> {
20 process_feed::handler(ctx)

Callers

nothing calls this directly

Calls 1

handlerFunction · 0.50

Tested by

no test coverage detected