MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / CheckByteArrayArrayFrontToString

Function CheckByteArrayArrayFrontToString

src/lib/dbus/UDisks2.cxx:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50template<typename I>
51[[gnu::pure]]
52static std::string_view
53CheckByteArrayArrayFrontToString(I &&i) noexcept
54{
55 if (i.GetArgType() != DBUS_TYPE_ARRAY)
56 return {};
57
58 return CheckByteArrayToString(i.Recurse());
59}
60
61static void
62ParseDriveDictEntry(Object &o, const char *name,

Callers 1

Calls 1

CheckByteArrayToStringFunction · 0.85

Tested by

no test coverage detected