MCPcopy Create free account
hub / github.com/auth0/auth0-cli / extractExtras

Function extractExtras

internal/display/display.go:319–325  ·  view source on GitHub ↗
(v View)

Source from the content-addressed store, hash-verified

317}
318
319func extractExtras(v View) []string {
320 if e, ok := v.(interface{ Extras() []string }); ok {
321 return e.Extras()
322 }
323
324 return nil
325}
326
327func truncate(str string, maxLen int) string {
328 str = strings.Trim(str, " ")

Callers 1

StreamMethod · 0.85

Calls 1

ExtrasMethod · 0.80

Tested by

no test coverage detected