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
feat: Add a templated helper to the hybrid cache to retrieve a child
This will be the public interface used by functions that need to access one
specific type of child. It's a bit brittle since the rest of the hybrid
class intentionally avoids expecting there to be exactly one unified child
and one recurrent child, but the idea is that this should only be used from
a context where that's known to be true.
Branch: GraniteFour
Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
0 commit comments