Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
func
(r *Runner) AppendFunction(fn
func
(string) []string) {
178
r.Fns = append(r.Fns, fn)
179
}
180
181
func
(r *Runner) Prepare(ctx context.Context) error {
182
if
r.bruteMod {
Callers
1
BuildWords
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected