(mconf *config.ModuleConfig)
| 27 | } |
| 28 | |
| 29 | func (this *EventParser) SetConf(mconf *config.ModuleConfig) { |
| 30 | this.mconf = mconf |
| 31 | } |
| 32 | |
| 33 | func (this *EventParser) ParseDump(dump_name string) { |
| 34 | if dump_name == "" { |
no outgoing calls
no test coverage detected