()
| 106 | } |
| 107 | |
| 108 | func (h *shellCallHandler) contextRoot() string { |
| 109 | h.mu.RLock() |
| 110 | defer h.mu.RUnlock() |
| 111 | return h.wd.Context.ModRef("/") |
| 112 | } |
| 113 | |
| 114 | func (h *shellCallHandler) contextModRef(path string) (string, error) { |
| 115 | apath, err := h.contextAbsPath(path) |