We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb78c6 commit 28a5087Copy full SHA for 28a5087
pdata/pprofile/locations.go
@@ -31,7 +31,7 @@ var (
31
// PutLocation updates a LocationTable and a Stack's LocationIndices to
32
// add or update a location.
33
//
34
-// Deprecated: [v0.137.0] use SetLocation instead.
+// Deprecated: [v0.138.0] use SetLocation instead.
35
func PutLocation(table LocationSlice, record Stack, loc Location) error {
36
for i, locIdx := range record.LocationIndices().All() {
37
idx := int(locIdx)
0 commit comments