MCPcopy Create free account
hub / github.com/cogentcore/core / StringValue

Method StringValue

tensor/tensor.go:65–65  ·  view source on GitHub ↗

NOTE: String conflicts with [fmt.Stringer], so we have to use StringValue StringValue returns the value of given index as a string

(i []int)

Source from the content-addressed store, hash-verified

63
64 // StringValue returns the value of given index as a string
65 StringValue(i []int) string
66
67 // SetString sets the value of given index as a string
68 SetString(i []int, val string)

Callers 5

TestTensorStringFunction · 0.65
SelectedColumnStringsMethod · 0.65
TestAppendRowsFunction · 0.65
AnalyzePlanetsFunction · 0.65
TestAggFunction · 0.65

Implementers 1

Bitstensor/bits.go

Calls

no outgoing calls

Tested by 3

TestTensorStringFunction · 0.52
TestAppendRowsFunction · 0.52
TestAggFunction · 0.52