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

Method DumpRecord

user/event/event_raw_syscalls.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (this *SyscallEvent) DumpRecord() bool {
22 return this.mconf.DumpRecord(common.SYSCALL_EVENT, &this.rec)
23}
24
25func (this *SyscallEvent) ParseEvent() (IEventStruct, error) {
26 data_e, err := this.ContextEvent.ParseEvent()

Callers

nothing calls this directly

Calls 1

DumpRecordMethod · 0.65

Tested by

no test coverage detected