Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
847
func
(fi charDeviceFileInfo) Mode() os.FileMode {
848
return
os.ModeDevice | os.ModeCharDevice
849
}
850
851
func
indent(s string) string {
852
return
"\t"
+ strings.ReplaceAll(s,
"\n"
,
"\n\t"
)
Callers
1
readFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected