(input any, execCtx ExecutionContext)
| 37 | } |
| 38 | |
| 39 | func (t *GrepSearchTool) BackfillObservableInput(input any, execCtx ExecutionContext) any { |
| 40 | return BackfillGrepSearchInput(deref[GrepSearchInput](input), execCtx) |
| 41 | } |
| 42 | |
| 43 | func (t *GlobMatchTool) BackfillObservableInput(input any, execCtx ExecutionContext) any { |
| 44 | return BackfillGlobMatchInput(deref[GlobMatchInput](input), execCtx) |
nothing calls this directly
no test coverage detected