MCPcopy Create free account
hub / github.com/bytedance/bolt / materialize

Method materialize

bolt/type/StringView.h:246–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 }
245
246 std::string materialize() const {
247 return *this;
248 }
249
250 operator folly::dynamic() && = delete;
251 operator folly::dynamic() const& {

Callers 3

testShuffleMethod · 0.45
testShuffleRandomnessMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

testShuffleMethod · 0.36
testShuffleRandomnessMethod · 0.36
TESTFunction · 0.36