You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GetResourceID to dstate and refactor callers (#4862)
## Changes
Adds GetResourceID(key) string returning the resource ID or empty string
if not found, replacing the bool-returning GetResourceEntry in all
callers that only needed the ID. Renames the implementation to
getResourceEntry (unexported); keeps GetResourceEntry public for the one
caller that also needs the State field.
## Why
Separate write users that only need access to ID and read users that
need full state. Preparing for WAL.
0 commit comments