MCPcopy Create free account
hub / github.com/encodeous/nylon / fatal

Function fatal

core/entrypoint.go:98–101  ·  view source on GitHub ↗
(msg string, err error)

Source from the content-addressed store, hash-verified

96}
97
98func fatal(msg string, err error) {
99 fmt.Fprintf(os.Stderr, "Error: %s: %v\n", msg, err)
100 os.Exit(1)
101}
102
103// Bootstrap provides startup logic in a real environment
104func Bootstrap(centralPath, nodePath, logPath string, verbose bool, opts state.NylonOptions) {

Callers 1

BootstrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected