MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / end

Method end

layers/error_message/logging.h:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 [[nodiscard]] auto empty() const -> decltype(object_list.empty()) { return object_list.empty(); }
93 [[nodiscard]] auto begin() const -> decltype(object_list.begin()) { return object_list.begin(); }
94 [[nodiscard]] auto end() const -> decltype(object_list.end()) { return object_list.end(); }
95
96 LogObjectList(){};
97};

Callers 9

LogMessageMethod · 0.45
CreateMessageTextMethod · 0.45
CreateMessageJsonMethod · 0.45
GetLoggingLabelStateFunction · 0.45
error_location.hFile · 0.45
GetSourceLinesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected