MCPcopy Create free account
hub / github.com/baidu/babylon / __resize_default_init

Function __resize_default_init

src/babylon/reusable/string.h:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 inline void __resize_default_init(size_t size) noexcept {
73 ::absl::strings_internal::STLStringResizeUninitialized(
74 static_cast<Base*>(this), size);
75 }
76
77 private:
78#if BABYLON_USE_PROTOBUF

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected