MCPcopy Create free account
hub / github.com/apple/foundationdb / toString

Method toString

flow/include/flow/ObjectSerializer.h:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 StringRef toStringRef() const { return StringRef(data, size); }
242
243 Standalone<StringRef> toString() const {
244 ASSERT(!customAllocator);
245 return Standalone<StringRef>(toStringRef(), arena);
246 }
247
248 template <class Item, class VersionOptions>
249 static Standalone<StringRef> toValue(Item const& item, VersionOptions vo) {

Callers 1

toValueMethod · 0.45

Calls 1

toStringRefFunction · 0.50

Tested by

no test coverage detected