MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / printSep

Function printSep

cmd/inject-cli/main.go:265–267  ·  view source on GitHub ↗

----- helpers -----

(width int)

Source from the content-addressed store, hash-verified

263// ----- helpers -----
264
265func printSep(width int) {
266 fmt.Println(strings.Repeat("─", width))
267}
268
269func shortAgent(ua string, max int) string {
270 if len(ua) > max {

Callers 5

cmdSessionsFunction · 0.85
printSessionInfoFunction · 0.85
showSessionToolsFunction · 0.85
cmdObservedToolsFunction · 0.85
cmdRulesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected