Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockwork-xyz/clockwork
/ thread.rs
File
thread.rs
programs/thread/src/state/thread.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use std::mem::size_of;
2
3
use anchor_lang::{prelude::*, AnchorDeserialize, AnchorSerialize};
4
use clockwork_utils::thread::{ClockData, SerializableInstruction, Trigger};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected