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

Function createScreenMap

internal/cli/acul_app_scaffolding.go:586–592  ·  view source on GitHub ↗
(screens []Screens)

Source from the content-addressed store, hash-verified

584}
585
586func createScreenMap(screens []Screens) map[string]Screens {
587 screenMap := make(map[string]Screens)
588 for _, screen := range screens {
589 screenMap[screen.ID] = screen
590 }
591 return screenMap
592}
593
594// showPostScaffoldingOutput displays comprehensive post-scaffolding information including
595// success message, documentation, Node version check, next steps, and available commands.

Callers 1

copyProjectScreensFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected