MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / EngineConfig

Class EngineConfig

src/config/mod.rs:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25#[derive(Debug, Deserialize, Serialize)]
26pub(crate) struct EngineConfig {
27 initialize: InitializeConfig,
28 character: Character,
29}
30
31impl EngineConfig {
32 pub(crate) fn script_path(&self) -> &str {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected