MCPcopy
hub / github.com/projectdiscovery/katana / String

Method String

pkg/engine/headless/types/types.go:55–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (a *Action) String() string {
56 var builder strings.Builder
57 builder.WriteString(string(a.Type))
58 if a.Type == ActionTypeLoadURL {
59 _, _ = fmt.Fprintf(&builder, " %s", a.Input)
60 }
61 if a.Element != nil {
62 _, _ = fmt.Fprintf(&builder, " on %s", a.Element)
63 }
64 value := builder.String()
65 return value
66}
67
68type ActionType string
69

Callers 15

GetActiveURLsMethod · 0.45
CrawlMethod · 0.45
startSPAServerFunction · 0.45
handlePageDialogBoxesMethod · 0.45
resolveURLFunction · 0.45
StringMethod · 0.45
AddPageStateMethod · 0.45
AddEdgeMethod · 0.45
processFormMethod · 0.45
applyFormSuggestionsMethod · 0.45
NewFunction · 0.45
CloseMethod · 0.45

Calls

no outgoing calls

Tested by 1

startSPAServerFunction · 0.36