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

Method new

lib-engine/src/helm.rs:139–144  ·  view source on GitHub ↗
(name: String, yaml_content: String)

Source from the content-addressed store, hash-verified

137
138impl ChartValuesGenerated {
139 pub fn new(name: String, yaml_content: String) -> Self {
140 ChartValuesGenerated {
141 filename: format!("{name}_override.yaml"),
142 yaml_content,
143 }
144 }
145}
146
147#[derive(Clone, Eq, PartialEq, Hash)]

Callers

nothing calls this directly

Calls 2

pushMethod · 0.80
as_strMethod · 0.45

Tested by

no test coverage detected