Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bracesdev/errtrace
/ Pos
Method
Pos
cmd/errtrace/main.go:1041–1041 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1039
// insert is a request to add something to the source code.
1040
type
insert
interface
{
1041
Pos() token.Pos
// position to insert at
1042
String() string
// description for debugging
1043
}
1044
Callers
8
extractLogs
Function · 0.65
parseFile
Method · 0.65
rewriteFile
Method · 0.65
returnStmt
Method · 0.65
deferStmt
Method · 0.65
wrapReturnCall
Method · 0.65
wrapExpr
Method · 0.65
optoutLines
Function · 0.65
Implementers
6
insertImportErrtrace
cmd/errtrace/main.go
insertWrapOpen
cmd/errtrace/main.go
insertWrapClose
cmd/errtrace/main.go
insertReturnNBlockStart
cmd/errtrace/main.go
insertReturnNBlockClose
cmd/errtrace/main.go
insertWrapAssign
cmd/errtrace/main.go
Calls
no outgoing calls
Tested by
1
extractLogs
Function · 0.52