MCPcopy Create free account
hub / github.com/Qovery/engine / context

Method context

lib-engine/src/infrastructure/infrastructure_context.rs:82–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

80 }
81
82 pub fn context(&self) -> &Context {
83 &self.context
84 }
85
86 pub fn context_mut(&mut self) -> &mut Context {
87 &mut self.context

Calls

no outgoing calls