MCPcopy
hub / github.com/apache/answer / GetByteValue

Method GetByteValue

internal/entity/config_entity.go:71–73  ·  view source on GitHub ↗

GetByteValue get byte value

()

Source from the content-addressed store, hash-verified

69
70// GetByteValue get byte value
71func (c *Config) GetByteValue() []byte {
72 return []byte(c.Value)
73}

Callers 2

InfoMethod · 0.80
ListReasonsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected