MCPcopy
hub / github.com/httprunner/httprunner / newParser

Function newParser

hrp/parser.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21)
22
23func newParser() *Parser {
24 return &Parser{}
25}
26
27type Parser struct {
28 plugin funplugin.IPlugin // plugin is used to call functions

Calls

no outgoing calls