()
| 100 | } |
| 101 | |
| 102 | func (h *shellCallHandler) modDigest() string { |
| 103 | h.mu.RLock() |
| 104 | defer h.mu.RUnlock() |
| 105 | return h.wd.Module |
| 106 | } |
| 107 | |
| 108 | func (h *shellCallHandler) contextRoot() string { |
| 109 | h.mu.RLock() |
no outgoing calls
no test coverage detected