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

Function thread_url

cli/src/processor/explorer.rs:7–11  ·  view source on GitHub ↗
(thread: T, config: CliConfig)

Source from the content-addressed store, hash-verified

5};
6
7pub fn thread_url<T: std::fmt::Display>(thread: T, config: CliConfig) -> Result<(),
8 CliError> {
9 println!("thread: {}", explorer(config).thread_url(thread, clockwork_thread_program::ID));
10 Ok(())
11}
12
13fn explorer(config: CliConfig) -> Explorer {
14 Explorer::from(config.json_rpc_url)

Callers 1

processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected