MCPcopy Create free account
hub / github.com/base/base / testnet_dir

Method testnet_dir

etc/systems/src/setup/container.rs:174–176  ·  view source on GitHub ↗

Returns the path to the testnet directory.

(&self)

Source from the content-addressed store, hash-verified

172
173 /// Returns the path to the testnet directory.
174 pub fn testnet_dir(&self) -> PathBuf {
175 self.output_dir.join("cl")
176 }
177
178 /// Reads and returns the JWT secret.
179 pub fn read_jwt_secret(&self) -> Result<String> {

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected