We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packager2 GetVariableConfig()
GetVariableConfig()
func (p *Packager) GetVariableConfig() *variables.VariableConfig
The text was updated successfully, but these errors were encountered:
GetVariableConfig is more of an implementation detail, it actually isn't even called in the Zarf codebase, I think we can just close this one.
func (p *Packager) GetVariableConfig() *variables.VariableConfig { return p.variableConfig }
Sorry, something went wrong.
No branches or pull requests
Describe what should be investigated or refactored
Packager2
GetVariableConfig()
Links to any relevant code
func (p *Packager) GetVariableConfig() *variables.VariableConfig
The text was updated successfully, but these errors were encountered: