MCPcopy Create free account
hub / github.com/bricks-cloud/BricksLLM / Value

Method Value

internal/storage/postgresql/postgresql.go:64–70  ·  view source on GitHub ↗

Value implements the driver Valuer interface.

()

Source from the content-addressed store, hash-verified

62
63// Value implements the driver Valuer interface.
64func (na NullArray) Value() (driver.Value, error) {
65 if !na.Valid {
66 return nil, nil
67 }
68
69 return na.Array, nil
70}

Callers 1

GetLogFromCtxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected