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

Method SplitStringRef

fdbserver/VersionedBTree.actor.cpp:4148–4148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4146 StringRef b;
4147
4148 SplitStringRef(StringRef a = StringRef(), StringRef b = StringRef()) : a(a), b(b) {}
4149
4150 SplitStringRef(Arena& arena, const SplitStringRef& toCopy) : a(toStringRef(arena)), b() {}
4151

Callers

nothing calls this directly

Calls 2

toStringRefFunction · 0.70
StringRefClass · 0.50

Tested by

no test coverage detected