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

Method MetaData

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

MetaData retrieves value of given key, bool = false if not set

(key string)

Source from the content-addressed store, hash-verified

155
156 // MetaData retrieves value of given key, bool = false if not set
157 MetaData(key string) (string, bool)
158
159 // MetaDataMap returns the underlying map used for meta data
160 MetaDataMap() map[string]string

Callers 10

WriteCSVFunction · 0.65
TestTensorStringFunction · 0.65
TestTensorFloat64Function · 0.65
InitMethod · 0.65
FromMetaMethod · 0.65
CovarTensorFunction · 0.65
CompleteCiteMethod · 0.65
LookupCiteMethod · 0.65
CompleteCiteMethod · 0.65
LookupCiteMethod · 0.65

Implementers 1

Bitstensor/bits.go

Calls

no outgoing calls

Tested by 2

TestTensorStringFunction · 0.52
TestTensorFloat64Function · 0.52