MCPcopy Create free account
hub / github.com/bracesdev/errtrace / Mode

Method Mode

cmd/errtrace/main_test.go:847–849  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

845}
846
847func (fi charDeviceFileInfo) Mode() os.FileMode {
848 return os.ModeDevice | os.ModeCharDevice
849}
850
851func indent(s string) string {
852 return "\t" + strings.ReplaceAll(s, "\n", "\n\t")

Callers 1

readFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected