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

Method OnAnswer

internal/plugins/plugin.go:241–243  ·  view source on GitHub ↗
(answer string)

Source from the content-addressed store, hash-verified

239}
240
241func (o *SetupQuestion) OnAnswer(answer string) (err error) {
242 return o.OnAnswerWithReset(answer, false)
243}
244
245func (o *SetupQuestion) OnAnswerWithReset(answer string, isReset bool) (err error) {
246 if o.Type == SettingTypeBool {

Callers 1

SetupMethod · 0.80

Calls 1

OnAnswerWithResetMethod · 0.95

Tested by

no test coverage detected