MCPcopy Create free account
hub / github.com/Azure/peerd / New

Function New

pkg/urlparser/parser.go:28–30  ·  view source on GitHub ↗

New returns a new Parser.

()

Source from the content-addressed store, hash-verified

26
27// New returns a new Parser.
28func New() Parser {
29 return &parser{}
30}

Callers 2

NewFilesStoreFunction · 0.92
TestParserFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestParserFunction · 0.56