MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / GetResult

Method GetResult

internal/tui/first_time_setup.go:754–756  ·  view source on GitHub ↗

GetResult returns the setup result.

()

Source from the content-addressed store, hash-verified

752
753// GetResult returns the setup result.
754func (f FirstTimeSetup) GetResult() FirstTimeSetupResult {
755 return f.result
756}
757
758// RunFirstTimeSetup runs the first-time setup TUI and returns the result.
759func RunFirstTimeSetup(baseDir string, showGitignore bool) (FirstTimeSetupResult, error) {

Callers 1

RunFirstTimeSetupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected