MCPcopy Index your code
hub / github.com/dunglas/httpsfv / parseItem

Function parseItem

item.go:61–73  ·  view source on GitHub ↗
(s *scanner)

Source from the content-addressed store, hash-verified

59}
60
61func parseItem(s *scanner) (Item, error) {
62 bi, err := parseBareItem(s)
63 if err != nil {
64 return Item{}, err
65 }
66
67 p, err := parseParams(s)
68 if err != nil {
69 return Item{}, err
70 }
71
72 return Item{bi, p}, nil
73}

Callers 3

UnmarshalItemFunction · 0.85
parseInnerListFunction · 0.85
parseItemOrInnerListFunction · 0.85

Calls 2

parseBareItemFunction · 0.85
parseParamsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…