MCPcopy Create free account
hub / github.com/chainreactors/spray / AppendFunction

Method AppendFunction

core/runner.go:177–179  ·  view source on GitHub ↗
(fn func(string) []string)

Source from the content-addressed store, hash-verified

175}
176
177func (r *Runner) AppendFunction(fn func(string) []string) {
178 r.Fns = append(r.Fns, fn)
179}
180
181func (r *Runner) Prepare(ctx context.Context) error {
182 if r.bruteMod {

Callers 1

BuildWordsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected