(dig string)
| 486 | } |
| 487 | |
| 488 | func (h *shellCallHandler) newModState(dig string) ShellState { |
| 489 | return ShellState{ |
| 490 | ModDigest: dig, |
| 491 | } |
| 492 | } |
| 493 | |
| 494 | func (h *shellCallHandler) NewState() ShellState { |
| 495 | return ShellState{} |
no outgoing calls
no test coverage detected