MCPcopy Index your code
hub / github.com/coder/coder / parseSeed

Function parseSeed

coderd/aibridge/prices/prices.go:56–62  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

54}
55
56func parseSeed(data []byte) ([]seedRow, error) {
57 var rows []seedRow
58 if err := json.Unmarshal(data, &rows); err != nil {
59 return nil, err
60 }
61 return rows, nil
62}

Callers 1

SeedFromBytesFunction · 0.85

Calls 1

UnmarshalMethod · 0.45

Tested by

no test coverage detected