MCPcopy Create free account
hub / github.com/OpenAssetIO/OpenAssetIO / format

Method format

src/openassetio-core/src/utils/formatter.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include "../errors/exceptionMessages.hpp"
26
27auto fmt::formatter<openassetio::EntityReference>::format(
28 const openassetio::EntityReference& entityRef, format_context& ctx) const
29 -> decltype(ctx.out()) {
30 return formatter<string_view>::format(fmt::format("{}", entityRef.toString()), ctx);
31}
32
33auto fmt::formatter<openassetio::EntityReferences>::format(
34 const openassetio::EntityReferences& entityRefs, format_context& ctx) const

Calls 6

errorCodeNameFunction · 0.85
ToStringVisitorClass · 0.85
getMethod · 0.45
traitSetMethod · 0.45
traitPropertyKeysMethod · 0.45
getTraitPropertyMethod · 0.45