MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / shouldResolve

Method shouldResolve

launcher/minecraft/mod/Resource.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 bool enable(EnableAction action);
82
83 [[nodiscard]] auto shouldResolve() const -> bool { return !m_is_resolving && !m_is_resolved; }
84 [[nodiscard]] auto isResolving() const -> bool { return m_is_resolving; }
85 [[nodiscard]] auto isResolved() const -> bool { return m_is_resolved; }
86 [[nodiscard]] auto resolutionTicket() const -> int { return m_resolution_ticket; }

Callers 1

resolveResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected