MCPcopy Create free account
hub / github.com/danielmiessler/Fabric / SetupFillEnvFileContent

Method SetupFillEnvFileContent

internal/plugins/plugin.go:132–134  ·  view source on GitHub ↗
(fileEnvFileContent *bytes.Buffer)

Source from the content-addressed store, hash-verified

130}
131
132func (o *PluginBase) SetupFillEnvFileContent(fileEnvFileContent *bytes.Buffer) {
133 o.Settings.FillEnvFileContent(fileEnvFileContent)
134}
135
136// NeedsRawMode returns false by default. Vendors that need raw mode
137// (e.g., perplexity, ollama, openai for certain models) override this method.

Callers

nothing calls this directly

Calls 1

FillEnvFileContentMethod · 0.45

Tested by

no test coverage detected