MCPcopy Create free account
hub / github.com/as/edit / fatal

Method fatal

parse.go:480–486  ·  view source on GitHub ↗
(why interface{})

Source from the content-addressed store, hash-verified

478 return int64(i)
479}
480func (p *parser) fatal(why interface{}) {
481 switch why := why.(type) {
482 default:
483 //fmt.Println(why)
484 _ = why
485 }
486}
487
488func n(i ...interface{}) (n int, err error) {
489 return

Callers 5

runMethod · 0.95
mustatoiMethod · 0.95
parseSimpleAddrFunction · 0.80
parseArgFunction · 0.80
parseCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected