Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang/tools
/ append
Function
append
go/analysis/passes/appends/testdata/src/b/b.go:9–12 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
7
package
b
8
9
func
append(args ...
interface
{}) []int {
10
println(args)
11
return
[]int{0}
12
}
13
14
func
userdefine() {
15
sli := []int{1, 2, 3}
Callers
15
modVulnImpl
Function · 0.85
osvsByModule
Function · 0.85
OSV
Method · 0.85
ToProtocolDiagnostics
Function · 0.85
bundleLazyFixes
Function · 0.85
BundledLazyFixes
Function · 0.85
goWorkModules
Function · 0.85
goModModules
Function · 0.85
Analyze
Method · 0.85
GobEncode
Method · 0.85
run
Method · 0.85
typeCheck
Method · 0.85
Calls
1
println
Function · 0.85
Tested by
15
TestZeroConfigAlgorithm
Function · 0.68
TestParseCache
Function · 0.68
TestParseCache_Reparsing
Function · 0.68
dummyFileHandles
Function · 0.68
TestFileMap
Function · 0.68
TestBuildPackageGraph
Function · 0.68
BenchmarkBuildPackageGraph
Function · 0.68
loadPackages
Function · 0.68
buildPackage
Method · 0.68
TestRefs
Function · 0.68
TestBreakImportCycles
Function · 0.68
TestGoplsSourceDoesNotUseObjectResolution
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…