MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / HasHashMap

Method HasHashMap

Src/Base/AMReX_BoxArray.H:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104#endif
105
106 [[nodiscard]] bool HasHashMap () const noexcept {
107 return has_hashmap.load(std::memory_order_acquire);
108 }
109
110 //
111 //! The data.

Callers 1

AMReX_BoxArray.cppFile · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected