(name string)
| 378 | } |
| 379 | |
| 380 | func (h *shellCallHandler) isCurrentContextFunction(name string) bool { |
| 381 | def := h.GetDef(nil) |
| 382 | return def.HasMainFunction(name) |
| 383 | } |
| 384 | |
| 385 | func (h *shellCallHandler) StateLookup(ctx context.Context, name string) (*ShellState, error) { |
| 386 | if h.Debug() { |
no test coverage detected