Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bracesdev/errtrace
/ isGoFile
Function
isGoFile
cmd/errtrace/toolexec.go:245–247 ·
view source on GitHub ↗
(arg string)
Source
from the content-addressed store, hash-verified
243
}
244
245
func
isGoFile(arg string) bool {
246
return
strings.HasSuffix(arg,
".go"
)
247
}
248
249
func
(cmd *mainCmd) runOriginal(p toolExecParams) (exitCode int) {
250
tool := exec.Command(p.Tool, p.ToolArgs...)
Callers
1
rewriteCompile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected