Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
func
(c *Config) GetByteValue() []byte {
72
return
[]byte(c.Value)
73
}
Callers
2
Info
Method · 0.80
ListReasons
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected