MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / NewEventParser

Function NewEventParser

user/event_parser/parser.go:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func NewEventParser() *EventParser {
16 parser := &EventParser{}
17 return parser
18}
19
20type EventParser struct {
21 logger *log.Logger

Callers 1

persistentPreRunEFuncFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected