MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / flags

Method flags

Sources/Shared/Containers/StringView.h:362–364  ·  view source on GitHub ↗

@brief Flags */

Source from the content-addressed store, hash-verified

360
361 /** @brief Flags */
362 constexpr StringViewFlags flags() const {
363 return StringViewFlags(_sizePlusFlags & Implementation::StringViewSizeMask);
364 }
365
366 /**
367 * @brief String data

Callers 2

nullTerminatedViewMethod · 0.80

Calls 1

StringViewFlagsEnum · 0.70

Tested by

no test coverage detected