[Go] No results when using MaD vs Query to model sink for function #16494
Replies: 1 comment
-
🤦 nevermind. Sorry for the noise. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to model the following (set of) function(s) using Model-as-Data: https://pkg.go.dev/github.com/openshift/[email protected]/pkg/operator/resource/resourceapply#ApplyConfigMap
Here's my mad file:
ext/github.com.openshift.library-go.pkg.operator.resource.resourceapply.yml
My query is as follows:
This is happening in a QL pack with other MaD. The other MaD work, I can confirm that they do by replacing
"special"
by_
and viewing the expected results from those MaD.CodeQL version info:
Something must be amiss but I can't work out what. (I also don't know how to debug what's happening here.) What am I missing?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions