diff --git a/src/parcel_snoopi_deep.jl b/src/parcel_snoopi_deep.jl index 49f5bc8b..3ca3f881 100644 --- a/src/parcel_snoopi_deep.jl +++ b/src/parcel_snoopi_deep.jl @@ -897,8 +897,11 @@ Cthulhu.backedges(itrig::InferenceTrigger) = (itrig.callerframes,) Cthulhu.nextnode(itrig::InferenceTrigger, edge) = (ret = callingframe(itrig); return isempty(ret.callerframes) ? nothing : ret) # JET integrations are implemented lazily -function report_callee end +"To use `report_caller` do `using JET`" function report_caller end +"To use `report_callee` do `using JET`" +function report_callee end +"To use `report_callees` do `using JET`" function report_callees end filtermod(mod::Module, itrigs::AbstractVector{InferenceTrigger}) = filter(==(mod) ∘ callermodule, itrigs)