We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
istrans()
1 parent 590c8f2 commit 5025592Copy full SHA for 5025592
src/simple_varinfo.jl
@@ -502,6 +502,7 @@ end
502
istrans(vi::SimpleVarInfo) = !(vi.transformation isa NoTransformation)
503
istrans(vi::SimpleVarInfo, ::VarName) = istrans(vi)
504
istrans(vi::ThreadSafeVarInfo{<:SimpleVarInfo}, vn::VarName) = istrans(vi.varinfo, vn)
505
+istrans(vi::ThreadSafeVarInfo{<:SimpleVarInfo}) = istrans(vi.varinfo)
506
507
islinked(vi::SimpleVarInfo) = istrans(vi)
508
0 commit comments