Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
56
func
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
SeedFromBytes
Function · 0.85
Calls
1
Unmarshal
Method · 0.45
Tested by
no test coverage detected