Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
func
NewEventParser() *EventParser {
16
parser := &EventParser{}
17
return
parser
18
}
19
20
type
EventParser
struct
{
21
logger *log.Logger
Callers
1
persistentPreRunEFunc
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected