MCPcopy Create free account
hub / github.com/OctaneWeb/Octane / OctaneConfig

Class OctaneConfig

src/config.rs:103–109  ·  view source on GitHub ↗

An independent OctaneConfig struct that can be used separately from the app structure and then be appended to it. Note**: If you won't push the independently made config then the configurations won't take place, make sure to push them to the main server struct like the following ```no_run use octane::Octane; use octane::config::OctaneConfig; let mut app = Octane::new(); let mut config = OctaneC

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected