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

Method script_path

src/config/mod.rs:32–34  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

30
31impl EngineConfig {
32 pub(crate) fn script_path(&self) -> &str {
33 &self.initialize.script_path
34 }
35
36 pub(crate) fn background_path(&self) -> &str {
37 &self.initialize.background_path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected