mirror of https://github.com/pulumi/pulumi.git
c747513ed9
Another step towards #11808. ResourceMonitor.Call calls ResourceMonitorClient.Call and converts the output into a few different results. During the conversion, it builds a `map[PropertyKey][]URN`, but it never fills that map with values, and instead always returns the empty map. This bug was caught by staticcheck. ``` resource/deploy/deploytest/resourcemonitor.go:390:11: SA4010: this result of append is never used, except maybe in other appends (staticcheck) ``` |
||
---|---|---|
.. | ||
analyzer.go | ||
backendclient.go | ||
languageruntime.go | ||
pluginhost.go | ||
provider.go | ||
resourcemonitor.go | ||
resourcemonitor_test.go |