IsDefaultModule returns true if the given module reference points to the current context's module
(ref string)
| 597 | // IsDefaultModule returns true if the given module reference points to |
| 598 | // the current context's module |
| 599 | func (h *shellCallHandler) IsDefaultModule(ref string) bool { |
| 600 | return ref == "" || ref == h.modDigest() |
| 601 | } |